I have a form with a textarea field.
Everything is ok until the user submitting the form adds returns characters.
When return characters are added I get this error
Warning: Header may not contain more than a single header, new line detected
This is the part of the script highlighted by the error message.
header('Locatio n:' . $_action);
Everything is ok until the user submitting the form adds returns characters.
When return characters are added I get this error
Warning: Header may not contain more than a single header, new line detected
This is the part of the script highlighted by the error message.
header('Locatio n:' . $_action);
Comment