Forum Moderators: coopster
Everything seems to go fine in my code until the header: location bit.
The server is running iis and am using php.
My code is:
header('Location: /admin/index.php?message=success');
exit();
I get this error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
Any ideas how I can fix this?