I want to send html text from one page to another.
On the first page, I add html text in a textarea of a form.
and submit form using post method, and receive on the
next php file.
Problem occures when html text (that i added in textarea)
contains double quotes for example ( <a href="abc.php">test</a>)
No error occurs but proper values is not received on the
next page.
Please suggest how to overcome this problem.
Thanks.