Bug in php post Form
Posted: Tue Sep 25, 2012 10:15 pm
i have a text box
with this value
update user set tell
but when i post it
i will get
update user set tell
how i can get orginal value ? i really need this thank you
with this value
update user set tell
Code: Select all
= '9199122265',email = 'llevazll@gmail.com' where id = 42i will get
update user set tell
Code: Select all
= \'9199122265\',email = \'llevazll@gmail.com\' where id = 42