Gossamer Forum
Home : General : Perl Programming :

The problem again but with single quotes now! for Paul.

Quote Reply
The problem again but with single quotes now! for Paul.
I did that, I said thank you and I m still thank ful to you Paul:

You told me: "You need to escape the quotes in your html to solve it, or change your value=" " to value=' '


Okay it worked fine, Now I m facing the same problem with single quote?

<input type=hidden value='Hello this my 'single' quote problem'>

Nothing appears after ' in the file to be written by the script.

Any help?

Thanks,

Zeshan.
Quote Reply
Re: [zeshan] The problem again but with single quotes now! for Paul. In reply to
Hi Zeshan,

Can you try this?

<input type=hidden value="Hello this my 'single' quote problem">

Hope that helps

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [zeshan] The problem again but with single quotes now! for Paul. In reply to
Couldn't you just have applied the same logic as I gave you in my other reply?

Surely it's not that tough ti figure out =)

Also, this reply should really have gone in your original thread, instead of a new one.