jc_gmk
07-17-2007, 01:32 PM
I need to store special characters in a MySQL database e.g. "
If I then call that field using PHP everything after the " is missing.
I've tried entering a backslash e.g. \" straight into the database but when calling that it just displays \\
Do i need to use a PHP function to make this work or do I need to edit the database directly?
Any Ideas?
If I then call that field using PHP everything after the " is missing.
I've tried entering a backslash e.g. \" straight into the database but when calling that it just displays \\
Do i need to use a PHP function to make this work or do I need to edit the database directly?
Any Ideas?