Display %-sign in PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • molle
    New Member
    • May 2007
    • 11

    Display %-sign in PHP

    Hi!

    I have database-table with different texts, in which the %-sign is used.
    When I retrieve the info with SQL and PHP and display the texts with echo, I see that the percent-sign is there. I then want to get that data into a flash-document with a LoadVars. I have embedded the %-sign for the dynamic textfield, but it won't show it anyway. I don't know where the problem is, is it in the PHP or Flash?

    If this should be in the Actionscript thread just tell me, I think something
    in my PHP-file is missing.
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    I doubt this is a PHP problem. If the % sign is echoed to the browser successfully, it must be a problem with the Flash part.

    I know the % sign is used when your browser needs to encode special characters into the URL. Maybe that has something to do with this?

    Comment

    Working...