03-11-2009, 03:53 PM
|
#2 (permalink)
|
|
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
|
you mean to check if the query was a success?
it's the same except for the exclamation point.
PHP Code:
if($result){
//do something with the result
}
oh and P.D. if is a language construct not a loop :P
|
|
|
|