Hi Everyone,
I'm not really familiar with PHP at all but I have to work with 1 PHP page that will send info to my ASP site.
When info is upload to this page, all the "quotes" are lost. In ASP I can do something like:
Replace(date,"""","''"
to keep the quotes. Is there any equivalent function in PHP?
Thanks.
I'm not really familiar with PHP at all but I have to work with 1 PHP page that will send info to my ASP site.
When info is upload to this page, all the "quotes" are lost. In ASP I can do something like:
Replace(date,"""","''"
Thanks.