I was wondering if any experts could point me in the right direction.
I have a mysql db setup and can pull records off using the following command:
Code: Select all
$result = mysql_query("SELECT * FROM TEL WHERE Last LIKE '$search%' limit 10");Code: Select all
$result = mysql_query("SELECT * FROM TEL WHERE Last OR Department LIKE '%$search%' limit 10");This is all very new and without sounding sad I am really excited about developing scripts within php.
If anyone has any ideas or suggestions, they are most welcome.
Many Thanks
Chris