Hi, How can I stop the execution of a php script ? Thanks
Hi,
have a look at the function [FONT=courier new]exit()[/FONT].
wizkid
Thank you it works. I like such quick replies.
DIE, DIE Script DIE!
Well, you can exit a script and return a reslult (Like doing a Echo or Print) by using:
Die("Error/Exit Message Here");
Regards, Martyn Pittuck