PHP Tutorial : Exit and Die Functions

hi,
I have two mins to write about those two very basic functions which will make your script to stop completely, the code will not be interpreted anymore before the line where says exit or die. have some tests (first one will exit without any notice and with the second one you can show a message…………….

Read PHP Tutorial : Exit and Die Functions »