No Result found

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php14user
Forum Newbie
Posts: 12
Joined: Tue Apr 08, 2008 11:02 pm

No Result found

Post by php14user »

Hi All,

I need to verify whether "select" statement has returned any result or not.
If No Result Found then I would like to excute another piece of code.

Please let me know how to check whether "select" statement has retunred any result or not.

Thanks
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: No Result found

Post by John Cartwright »

php14user
Forum Newbie
Posts: 12
Joined: Tue Apr 08, 2008 11:02 pm

Re: No Result found

Post by php14user »

Jcart,

Thanks for your prompt reply!
Post Reply