passing variables from php page to html page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rameshbabu1251
    New Member
    • Dec 2011
    • 10

    passing variables from php page to html page

    please help me how i can send a variable from one php page to another html page
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    HTML doesn't use variables because it is not a programming, but a mark-up language. so it will be pointless to send a variable over. (PHP is supposed to output HTML code)

    Comment

    • charles07
      New Member
      • Dec 2011
      • 45

      #3
      you can't send php variables to html page, instead send the variables from a PHP page to another PHP page.

      inside the php page you can write whatever html you want(outside php tag)

      Comment

      Working...