|
Posted by Rik on 07/26/07 17:14
On Thu, 26 Jul 2007 19:05:32 +0200, tomb <tomb@technetcenter.com> wrote:
> Rik,
> Thank you for such an informative and complete response. You actually
> led me to the real problem and, yes, it is PHP related. When I capture
> the actual response from my PHP script, I see all my quote marks are
> escaped with \., which I am doing when I build the response string.
Ah, so the problem with the form was an HTML problem. The cause of the
HTML problem is actually faulty PHP-script.
> I didn't think they would still be there when it reached my browser.
> Is there something I can do in my PHP script prior to returning the HTML
> string that will strip those slashes?
Don't have those slashes in there at all I'd say.
> I also tried changing my code to single quotes around the entire string,
> and double quotes only - no slashes - around the element values, but it
> still comes to my browser with the slashes at the double-quotes. ???
That shouldn't happen, unless you run some code over the response string
by accident. Might wee see an extract of your code?
--
Rik Wasmus
[Back to original message]
|