Hi
this is probably very easy to sort but I want to do the following:-
header( "Location:
subscribe_form. php?name='.$_GE T['name'].'&email='.$_GE T['email'].'");
but this pulls up the error:-
Parse error: parse error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting
T_STRING or T_VARIABLE or T_NUM_STRING in
/home/httpd/vhosts/promotingmusic. co.uk/httpdocs/test/subscribe.php on line
11
the above being line 11. How would I go about encoding the URL properly. The
reason I am doing this is that I am using a form that is being validated via
another script and if there is a problem I wish to fiorward them back to the
form with it pre filled in.
Also is this the correct method for doing this.
Cheers in advance.
this is probably very easy to sort but I want to do the following:-
header( "Location:
subscribe_form. php?name='.$_GE T['name'].'&email='.$_GE T['email'].'");
but this pulls up the error:-
Parse error: parse error, unexpected T_ENCAPSED_AND_ WHITESPACE, expecting
T_STRING or T_VARIABLE or T_NUM_STRING in
/home/httpd/vhosts/promotingmusic. co.uk/httpdocs/test/subscribe.php on line
11
the above being line 11. How would I go about encoding the URL properly. The
reason I am doing this is that I am using a form that is being validated via
another script and if there is a problem I wish to fiorward them back to the
form with it pre filled in.
Also is this the correct method for doing this.
Cheers in advance.
Comment