|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
I'm using php3 and mysql and I have a database that accepts text in VARCHAR form. Whenever I try and insert text that contains " ' " it doesn't work. I'm assuming that it's because it recognizes the ' as code and that I'd have to place a infront of it but how do I do that?
|
|
#2
|
|||
|
|||
|
Check the manual, specifically:
addslashes() happy reading. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > php3, mysql and special characters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|