Hi!
I'm developing PHP on two linux servers, and on Windows. I have queries like: "insert into table values ( '$string' )" $string is coming from submitted form. If this submitted string contains apostrof ('), than on one of linuxes and on windows it is working OK, but on another linux the query fails. I'm using apache as webserver on all three computers, and mysql as dbserver. Can anybody tell why it is not working on one of the linux servers?
Thx a lot.
Bruce