PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
dumlee
Forum Commoner
Posts: 33 Joined: Mon Jun 30, 2008 12:06 am
Post
by dumlee » Mon Jul 14, 2008 9:49 am
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
Dynamis
Forum Contributor
Posts: 122 Joined: Thu Jul 10, 2008 3:15 pm
Location: Indiana, US
Post
by Dynamis » Mon Jul 14, 2008 9:57 am
Code: Select all
echo "<a href=".HTTP_PATH."/Publish/Users/Signup/registration.php>Click Here to Proceed</a>";
dumlee
Forum Commoner
Posts: 33 Joined: Mon Jun 30, 2008 12:06 am
Post
by dumlee » Mon Jul 14, 2008 10:01 am
Thanks a lot