Counterpart of urldecode of PHP in HTML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajit09
    Contributor
    • Dec 2006
    • 296

    Counterpart of urldecode of PHP in HTML

    Hello,


    What is the counterpart of urldecode of PHP in HTML ?


    I want to encode in PHP and decode in HTML.
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi there,

    There isn't one. HTML isn't used for transforming data, it's used for describing data. If you want to HTML-decode data you need a server-side language like ASP or PHP, or even some Javascript to do it for you.

    codegecko

    Comment

    Working...