$sql = "SELECT `name`,`surname`,`age` FROM `table` WHERE (`name`='".$name,"') AND (`age`=20)"; $query = mysql_query($sql); $result = mysql_fetch_array($query);
so I need to echo only 2 records is name and age and to recieve it in JQuery(ajax-method), what I am gonna do next?


Sign In
Create Account


Back to top









