How can I use a PHP variable as the destination for a link?

<? $mylink = 'thispage.htm'

<a href="thispage.htm">go here</a>

With var...? How do I write this....?

<a href="??? $mylink ???">go here</a>

?>

--
Thanks - RevDave
[EMAIL PROTECTED]
[db-lists]

Check out some great Domain Names at:
http://www.domains4days.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to