PHP + Mysql help
#2

http://php.net/manual/en/function.mysql-fetch-row.php

You filled in the wrong information into mysql_fetch_row.
So:

PHP код:
  $sql "SELECT * FROM Clubs";  
        
$rs_result mysql_query ($sql,$connection);  
        
$row mysql_fetch_row($rs_result);
        
$totalIds $row[0]; 
Reply


Messages In This Thread
PHP + Mysql help - by thimo - 26.07.2013, 12:26
Re: PHP + Mysql help - by BlackBank - 26.07.2013, 12:48
Re: PHP + Mysql help - by thimo - 26.07.2013, 12:56
Re: PHP + Mysql help - by GWMPT - 26.07.2013, 13:18
Re: PHP + Mysql help - by thimo - 26.07.2013, 13:23
Re: PHP + Mysql help - by GWMPT - 26.07.2013, 13:26
Re: PHP + Mysql help - by thimo - 26.07.2013, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)