Posted by JasonDamianUs on 10/29/06 18:34
Hello all,
I am trying to write a simple PHP script to process a form.. the
function seems to be working fine
// subscriber is the users email in the form
if (( $subscriber ) && ($_SERVER['REQUEST_METHOD'] == 'POST') )
thing is while this processing is taking place the page load hangs...
in IE i see nothing the page background, in Firefox (even worse) I get
only 1/2 the page....
I would like the whole page to load the the processign to take place,
except that my PHP is 1/2 way down the page, inside the form
Any help would be greatly appreciated.
Thanks
Jason
[Back to original message]
|