Page 1 of 1

creating a link in php

Posted: Thu Jan 15, 2009 10:12 pm
by mushpoc
How would i go about creating a link in php to another website or back to my homepage.

Re: creating a link in php

Posted: Thu Jan 15, 2009 10:30 pm
by requinix
Really? Really?

Code: Select all

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