Dear, I have such a question. How to implement a query to MySQL so that it is not the first parameter that comes up, but everything. If you do not understand me, then take a look at the code:
$qwert="admin"; $query1 = mysql_query("SELECT *FROM users WHERE class = '".$qwert."' LIMIT 10"); $userdata1 = mysql_fetch_assoc($query1); print_r($userdata1);
You need to get the entire string to the array. Thank.