$var = index.html;
html code:
"http:www.mysite.com/" <?php $var?>
how to make a html statement which include a php code $var and make it as a string like the following
“http:www.mysite.com/index.html” and read the full address???
Would you guys please give me a quick reply?
*Sorry for posting a bad one here
How are you getting through that url? By action attribute in the form or anchor tag?
If you use it in action tag specify the route of the folder then file name.
In anchor tag you need to specify complete url.
You can use