Jump to content

' and " errors


anonnerz

Recommended Posts

Hey,
I've been making a script recently whic requires me to include variables/data/information (w/e) from a SQL database. I have got to a point where I have information put into double quotes, an example of which is:

[code]


OnMouseDown='set("{$this->sql_fetch[desc]}", "image_resize.php?src=uploads/{$this->sql_fetch[File]}", "{$this->sql_fetch[id]}", "uploads/{$this->sql_fetch[File]}");


[/code]

However one of the variables I am calling already has an apostrophe in it, such as(quote from temp. database):

[quote]This description holds an apostrophe (' <-- look it's there... and again) to see what it does to my code[/quote]

... I am wondering if there is any way to get around this. I am aware of the \' trick used when echoing, can this be used in some way?

Thanks everyone.


Oh and BTW the part where the problem is (the above code) is in an EOF echo/variable assignment... If that helps you think of something at all... therefore come to think of it it's an issue with the inclusion of the same marks in javascript...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.