Hi,
I used to work with PHP/mysql.. But since a few weeks we have an oracle
server :-)
1 problem occured with the migration...
If some text is passed through a html-form all the qoutes have a slash in
fromt of them... This is not a problem with mysql, since mysql uses that
slash for inserting a qoute in the table. But in oracle this is not a slash,
but a qoute...
For example:
I¹ts a test php: I\¹ts a test
But oracle wants: I¹¹ts a test
Is there a easy way for converting this. Otherwise I have to write a
function that filters them out :-(
Thanx,
Christoph Kempen