Hello Guys,
I am just a beginner in PHP. I am learning PHP from tutorials. I just tried to make a simple PHP search feature and connect it to my database to search the keywords from my database table. The tutorial is according to the PHP Version 4. But, my hosting server consist of PHP version 5. I think thats why it is not working. When I am trying to submit the keyword to search through an html form. It is showing me all the keywords from the table. But, it should match up with only that keyword, which i am entering in the html form. It is showing me all the records from database table.
Kindly, help me out in this. Here is my PHP and HTML code.
HTML CODE:
PHP CODE:
I will appreciate the help from you guys.