I'm looking to do something like this, although I know this doesn't work.
<?php
$page = "page.php"
?>
<a href=$page>Click</a>
Is there a simple way of doing this? thanks
|
I'm looking to do something like this, although I know this doesn't work.
Is there a simple way of doing this? thanks |
|||
|
|||||
|
|
|
Just use |
|||
|
|
|
if short open tags are enabled.
|
|||||||||||||
|
|
Well you ended php script before using $page... So you could just do this
Edit: to everone reminding me I should not echo html code directly. That was clear to me ;-), in this HUGE example i felt like not closing the php tags and reopen them. I wonder why no one mentioned the missing body/head and doc-type. |
|||||||
|
;at the end of each line of PHP code. – Matt Aug 1 '12 at 15:25