I'm having a problem here and hoping someone could be of some help. I'm using php/oracle and this database is going to be used for many purposes other than the web. The problem i'm running into is when is run ociparse() if the sql statement contains unescaped special charachters i'm getting error messages and the sql statement is not being executed, but I don't want to insert escaped charachters into the database due to the other applications that will be retrieving data from the db. Does anyone have a solution to this problem? am i totally overlooking something simple?
Dan
Dan