[SOLVED] Problem with the Single quotation~!!!
Posted: Fri Aug 13, 2004 9:08 am
i've a textbox for people to fill some description...
i type in the following text...
the problem is, when i display it, it shown:
thank you!
i type in the following text...
then, as usual, i get the data with... and store it into the mysql database..i've a pen!
Code: Select all
$text = $_REQUEST['text'];... arrr... this is the problem i always face with... how to solve that so the "\" won't display...i''ve a pen!
thank you!