View Single Post
grimvh2
Veteran Member
Join Date: Nov 2007
Location: Fishdot Nation
Old 07-21-2010 , 17:20   Re: [Tutorial] easy XP Mod (MySql Version)
Reply With Quote #14

Quote:
Originally Posted by lucas_7_94 View Post
i have one cuestion , its not the same this

PHP Code:
 if(SQL_NumResults(Query) < 1
that this

PHP Code:
 if(!SQL_NumResults(Query)) 
?
Pure theoreticly, the first is "if lower then 1" the other is "if equals 0". When there are bugs, strange things can occur and the first is the safest.
__________________
I am out of order!

Last edited by grimvh2; 07-21-2010 at 17:23.
grimvh2 is offline