Search Records Using FIND_IN_SET in MYSql
Here we are going to show how you can use FIND_IN_SET in where clause for searching records. Sometime we store comma separated data in column
Allow only characters and space in textbox
Here, we will show how you can allow only characters and space to be typed in a textbox. This is some time requirement to only
Allow only numbers to be typed in a textbox
Here, we will show how you can allow only numbers to be typed in a textbox. This is some time requirement to only need numbers
Multiple Counts With Different Conditions In Single MySQL Query
Here we show how you can use multiple count() with different conditions in single MySql query. Below is sample table with data — — Table
Dynamically Create Text File Using PHP
Here we will show how you can create a Dynamically Text File using PHP. In this code can create a text file with content dynamically
Pass PHP Variables To JavaScript
Here we will show how you can pass PHP variables to JavaScript and use it into JavaScript function. To do that, you can simply use