Is there a tag in php or html that stops the rest of the code from running?
Is there a tag in php or html that stops the rest of the code from running?
you could use exit() or return()
check the PHP Manual here
DJ
---------------------------------------------
Quis Custodiet Ipsos Custodes?
Thats a huge page!
could you give a numeral to look under?
off topic: I bookmarked this page for future reference.
Edit: I found what I was looking for. Thank you for the link.
Last edited by taekwondokid42; 10-28-2007 at 09:49 AM. Reason: To close the thread.