Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Quotes are creating conflict in HTML form

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #37993
    sntshkmr60
    Member

    I am working on Google Infographics API and trying to create a QR code application in PHP. My source file is this:

    $base = “https://chart.googleapis.com/chart?”;
    echo $base;
    echo “






    ?>

    Now in the placeholder of chl the text is What’s on your mind there is a quote which is creating problem with other quotes. How do I manage it?

    #102563
    sntshkmr60
    Member

    Something messed up here. the code is here : http://pastebin.com/mUnDD5tU

    #102567
    Senff
    Participant

    Replace the single quote with a backslash quote is all that’s needed:

    #102574
    sntshkmr60
    Member

    Already tried that, doesn’t works. The placeholder is showing What

    #102579
    Anonymous
    Inactive

    Have you tried using & # 3 9 ;: (sans spaces)

    #102580
    wolfcry911
    Participant
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Back End’ is closed to new topics and replies.