I define site url with this code,
$siteHTTPURL="http://www.example.com";
And I want to use this variable this code in index.php;
<a href="<?=$siteHTTPURL?>/folder1/test.php">Test >></a>
But, this code appear status bar of the web browser..
"<?=$siteHTTPURL?>/folder1/test.php"
Why, "<?=$siteHTTPURL?>"
code is not show "http://www.example.com"
value ?
Sorry My bad English?