quote:
Originally posted by ValSpy
quote:
Originally posted by Leo
There is a ) missing at the end, between the ) and the {
Thanks leo but now I get a 500 error check it out, http://valspy.net/V2/set.php and if you click on in the header of this page it gives same error http://valspy.net/V2/index.php
that would most likely be this line:
quote:
Originally posted by ValSpy
header("/");
I assume you're trying to do a header relocation? if you are then you need to do this:
header("Location:
the place you are relocating to");
and im not sure if you can use / as the location, you will probably need to use the file, eg, index.php, although im not sure about this