How to make, that at search as a result of selection there were only two columns from the table, for example, 'name' and 'lastname'? I have this:
$sql=mysql_query("SELECT * FROM 'members' WHERE 'lastname' LIKE '%{$user_get}%' ");
Source: https://ru.stackoverflow.com/questions/23812/
All Articles