Result
Новичок
пишит что в 3 линии ошибка (
Warning: mysql_result() expects parameter 2 to be long, string given in Z:\home\test1.ru\www\chat\text.php on line 3
Warning: mysql_result() expects parameter 2 to be long, string given in Z:\home\test1.ru\www\chat\text.php on line 3
PHP:
1. $query111 = "SELECT config_msg FROM chat_usr where login='$login'";
2. $result111 = MYSQL_QUERY($query111);
3. $config_msg = mysql_result($result111,"config_msg");