> 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
Hi!
I usually work with Apache webserver
but now Im working with a php project that uses ms sql server 2000
This webserver is running IIS6 and I get som strange errors.
As i said earlier i get a strange CGI error when I use the header("Location:
".$_SERVER["PHP_SELF"]."?page=something");
I just upg