tag mismatch
#2

Read wiki first if you are new to mysql, or use sublime text with samp pawn support to helping you knowing the function of mysql.

cache_get_row_count = getting the row result, like if you have a 5 row, then this gonna store to var not connection handle.

PHP код:
new rows;
cache_get_row_count(rows);
if(
rows >= 5)
{
    
//do something here
}
else
{

Reply


Messages In This Thread
tag mismatch - by DarkMythHunter - 18.01.2019, 05:32
Re: tag mismatch - by B3x7K - 18.01.2019, 09:44

Forum Jump:


Users browsing this thread: 1 Guest(s)