Hi,
I have a little form with some text fields and a submit button.
It is ok to acquire data to put on a mysql table .
The problem is that I am putting field text as it is in the table but I have problems to get it back in another form where I want to allow users to change their data.
The problem occours only when a " is present in the field: all things after it are lost...
What can I try to fix this ?
And, is it ok to pass " into a mysql table or each other kind of caracter ?
I could use htmlspecialchars to filter but in this way I canot get back characters as they are in origin..could you help ?
Fabio