I have a file called include.php. Say, this is it's contents:
Code: Select all
$index='http://www.mysite.com/index.php';Code: Select all
include ("include.php");
<a href=" <?php $index ?> ">homepage</a>Cheers!
Moderator: General Moderators
Code: Select all
$index='http://www.mysite.com/index.php';Code: Select all
include ("include.php");
<a href=" <?php $index ?> ">homepage</a>