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 [...]