I use oracle database as my main database.
The problem here is we cannot put insert any data with single quotes or double quotes or similar special characters like that.
I have checked oracle website
http://www.oracle.com/technology/tech/ ... insquotes
As far is the problem is I have lot of forms with thousands of variables on the website so I cant use stripslashes or addslashes as a solution.
None of the mentioned solutioin in above url was implemented.
All looks was only first solution looks better, but still there are hundreds of forms should be altered and some thousands of variables
have to be edited.
Is there any other solution ??