• I switched to using permalink for my site and i am passing vars from flash to php. the vars are showing in the address bar and then the vars are getting picked up with $_GET. I was having an issue with the url and vars using the default ?page_id=xx format it was not putting an & after the xx so the var was not picked up.
    before permalink
    wordpress/?page_id=81imageName=WhitetailJackalope%2Epng&imageURL=http%3A%2F%2Flocalhost%2Fxxx%2Fxxx%2FserverImages%2FwhiteTailJackalopeEgg%2Epng&imageID=40

    Now with the permalink the entire imageName=blahblah is missing
    wordpress/catch-test/?imageURL=http%3A%2F%2Flocalhost%2Fxxx%2Fxxx%2FserverImages%2FgreatOwlEgg.png&imageID=41

    How can i fix this and how can i also stop all the vars from displaying in the address bar.

  • The topic ‘permalink confusion’ is closed to new replies.