Hi,
I’m using this as a search, which works fine.
$result= mysql_query("SELECT * FROM table WHERE info LIKE '%$search%' ORDER BY link");
This search at the moment just looks up ‘info’
How do I modify this code to include ‘info’ and ‘name’
Many thanks
Spiderfang