Create a Simple Application to Search a User Name from Database in AJAX

Hi,
Many of us does not know how to use AJAX and roaming in the Internet for one sample application from which we can start building our knowledge in AJAX (Asynchronous JavaScript and XML).
 
I have a small web application whose backend database is in MySQL and the Server side scripting language is PHP (Hypertext Pre Processor).
 
First [...]

How to create a search functionality with php mysql

Hi,
Many days you can come around a Situation where you want to search the database for a particular string. Like you may want to list all the information from your database where user name contains “am”. Like “Ram” , “Shyam”, “Balaram” etc.
So how do you implement it? Lets see,
Pre-requisites: PHP, MySQL and a Web Server [...]