I need help with an insert statement. Here's the situation:
- cgi script uses perl to load up data from a mysql database onto html page
- that data can then be altered and inserted back into the database
This all works, only if there are no apostrophes in the data (each field is a variable). How do I avoid the apostrophes?
- cgi script uses perl to load up data from a mysql database onto html page
- that data can then be altered and inserted back into the database
This all works, only if there are no apostrophes in the data (each field is a variable). How do I avoid the apostrophes?