Hi All!!
I need a help from you all.
I want to pass a variable from php to html page.
php file:-
myphp.php
<? $d_var=10; ?>
I want this varaible to be in next page (html)
I like to pass this variable via url
<a href="test.htm<?echo $d_var?">testing.htm</a>
How to get the $d_var in my html file.
Please help me. I am in deep trouble of this issue.
It's pretty diffent question i know.I want to konw is there is any way to do that.
Thanks in advance.
Kavis.S