Page 1 of 1

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

Posted: Wed Jun 18, 2008 4:56 am
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!