Can't get data from table
#1

I am trying to get data from another table and I did this
PHP код:
    new query[128];
    
format(query,sizeof(query), "SELECT * FROM houses");
    
mysql_query(1query);
    new 
rows cache_affected_rows();
    
printf("%i house(s) loaded"rows); 
And I got
Код:
0 house(s) loaded
Reply


Messages In This Thread
Can't get data from table - by nezo2001 - 12.06.2015, 21:30
Re: Can't get data from table - by DarkLored - 12.06.2015, 21:35
Re: Can't get data from table - by Konstantinos - 12.06.2015, 21:37
Re: Can't get data from table - by nezo2001 - 12.06.2015, 21:39

Forum Jump:


Users browsing this thread: 1 Guest(s)