28.07.2016, 19:07
How to get a string/integer from a query to a variable?
i tried something like that
Hmm, maybe it got the first fetch but others are kinda random
I need help, thanks!
i tried something like that
PHP код:
while(mysql_fetch_row(query))
{
mysql_fetch_field_row(admin, "Admin");
mysql_fetch_field_row(IP, "IP");
mysql_fetch_field_row(reason, "Reason");
mysql_fetch_field_row(Day, "Day");
mysql_fetch_field_row(Month, "Month");
mysql_fetch_field_row(Year, "Year");
mysql_fetch_field_row(Hour, "Hour");
mysql_fetch_field_row(Minute, "Minute");
mysql_fetch_field_row(Second, "Second");
}
I need help, thanks!