[SOLVED] If id found do... Else...(Again)

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
jmansa
Forum Commoner
Posts: 81
Joined: Wed Aug 23, 2006 4:00 am

[SOLVED] If id found do... Else...(Again)

Post by jmansa »

by califdon on Wed Jun 18, 2008 12:21 am

You just posted this question yesterday and I gave you an answer, to which you didn't respond. If you want more advice, fine, but don't open up a new thread, just continue posting in the old one.

This topic is locked.
Since I went to bed yesterday, I'm sorry I didn't respond to the solutions, but here is what worked...

I just used:

Code: Select all

if($id) {
}
That was the solution I was looking for... Thanks!
Post Reply