Forums

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

Home Forums Other [Solved] Html validating issues

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #28731
    Makeshift
    Member

    Hello, I am trying to link to an image through a php file (i.e. http://mysite.com/picture.php?image=htt … &width=400)

    The ampersand (&) is causing validation issues.

    What can I do about it?

    #61946
    TheDoc
    Member
    #74087
    Makeshift
    Member

    Well, the problem with that is it will send me to that exact link, it doesn’t encode the ampersand..

    #74089
    TheDoc
    Member

    The ampersand being encoded should have absolutely no effect on the link itself. If it does, then you have some programming stuff that you’ll have to deal with.

    The ONLY way to get that ampersand to validate is to properly encode it.

    #74090
    Makeshift
    Member

    Scratch that, you’re right…

    Thank you :)

    #74092
    Makeshift
    Member

    I had actually never tried it because that’s what I thought it would do..

    I really need to stop thinking I know what’s better when I’m asking someone else the question…

    #74094
    TheDoc
    Member

    No problemo!

    It’s a very weird problem to wrap your head around, for sure.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Other’ is closed to new topics and replies.