|
|
 |
|
|
Pages: 1
PHP form truncates text with quot marks
(Click here to view the original thread with full colors/images)
Posted by: pakenney38
I have a form on a standard HTML page that passes the contents of a textarea to a PHP page.
The PHP page sets the contents of the textarea as a string variable, then does a refresh to a mailto command which outputs the string variable to the body of a new e-mail message in Outlook.
Here is the problem: Whenever someone uses a quotation mark in the textarea , it displays a backslash in place of the quotation mark then truncates the remaining part of the string in Outlook.
|
|
|
|
|