|
-
PHP: die() stopping the rest of page from rendering
Hi.
I have a form, which has action set as "$_SERVER['PHP_SELF']" which uses the script inside the current page to process the data in the form and make sure it is correctly entered.
The problem I get is when using die() function in this error checking, it not only stops the php script from executing, but it also stops the rest of the html page from rendering.
Does anyone know any way around this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|