Hello, it is strange if I make a withdrawal with restriction on id then output, but for some reason with no email. Here is the code:
$gig = 'sadas@mail.ru'; $history = mysql_query("SELECT * FROM orders WHERE email = ".$gig); $userH=mysql_fetch_array($history); echo $userH['name']; echo $gig;
email='sadas@mail.ru'should be, in apostrophes - vp_arth