![]() |
Sergey Kornilov admin 12/12/2012 |
Simply use the following:
|
W
|
wildwally author 12/13/2012 |
I'm trying to evaluate if any results were found in the query to determine whether or not to run a bit of code prior to the WHILE loop. |
C
|
cgphp 12/13/2012 |
The correct function name is db_numrows: $sqlresult = db_query($sqlquery,$conn); |
W
|
wildwally author 12/13/2012 |
The correct function name is db_numrows: $sqlresult = db_query($sqlquery,$conn);
|
C
|
cgphp 12/13/2012 |
Where are you using that code? |
W
|
wildwally author 12/13/2012 |
Where are you using that code?
|