topic
Entries
- tech / 2012
How to write SQLquery with escapes special characters in a string ↗
The mysql query will not allow the entry which has single qoutes in it. For example if you want to insert the name O’brain from a form to database. then use “mysql\ real\ escape\ string” for…