creating a link in php

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

Post Reply
mushpoc
Forum Newbie
Posts: 6
Joined: Wed Jan 14, 2009 11:25 pm

creating a link in php

Post by mushpoc »

How would i go about creating a link in php to another website or back to my homepage.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: creating a link in php

Post by requinix »

Really? Really?

Code: Select all

<a href="link goes here">link text goes here</a>
Post Reply