Page 1 of 1

href link in php

Posted: Mon Jul 14, 2008 9:49 am
by dumlee
echo "<a href=".HTTP_PATH."/Publish/Users/Signup/registration.php">"Click Here to Proceed";


please provide me the correct way of making it an hyperlink.

Its urgent

Re: href link in php

Posted: Mon Jul 14, 2008 9:57 am
by Dynamis

Code: Select all

 
echo "<a href=".HTTP_PATH."/Publish/Users/Signup/registration.php>Click Here to Proceed</a>";
 

Re: href link in php

Posted: Mon Jul 14, 2008 10:01 am
by dumlee
Thanks a lot