Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in PHP only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
PHP
passing variables from php page to html page
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
rameshbabu1251
New Member
Join Date:
Dec 2011
Posts:
10
#1
passing variables from php page to html page
Dec 15 '11, 12:58 PM
please help me how i can send a variable from one php page to another html page
Dormilich
Recognized Expert
Expert
Join Date:
Aug 2008
Posts:
8694
#2
Dec 15 '11, 01:18 PM
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
Post
Cancel
charles07
New Member
Join Date:
Dec 2011
Posts:
45
#3
Dec 16 '11, 05:28 AM
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
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment