I can not, care today is asleep. Help

$username="root"; $passwd=""; $hostname="localhost"; $basename="azbuka"; $db_conect=mysql_connect($hostname,$username,$passwd) or die ("Ошибка, нет доступа к базе"); mysql_select_db($basename,$db_conect); $SQL="SELECT id_web,name,address,city FROM markets where y_precision is NULL"; $TData=mysql_query($sql) or die (mysql_error()); 

    1 answer 1

     $SQL и mysql_query($sql) 

    In PHP, variable names are case-sensitive, that is, $ SQL and $ sql are two entries in the script variable list.

    • for sure. Well, thank you, but then just slow down - I live