> On some of my pages i insert alot of data into the sql server, and if that
> is successful I send the user to another page.
> But this times out...
> all the data goes into the database without any problems, but as soon as
the
> script reaches the header(); it dies...
> and after a while i get a execution timeout error. I know that its not the
> sql queries who kills the server, becouse if i Replace the header with i.e
> print("IT ALL WENT WELL! "); it prints and all data gets stored.
>
> Have anyone else encountered this problem? or do anyone have a clue about
> what to do ?
>
> .odde

I seem to remember that if you are sending a Location: header then you need
to put "\n\n" at the end of the header - I could be wrong, I could be
right...

Mikey

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to