Thread
:
Creating a simple hyperlink in PHP
View Single Post
#
1
(
permalink
)
06-11-2007, 01:30 PM
HelloWorld
PT Admin
Awards Showcase
Total Awards
: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (
0
)
Creating a simple hyperlink in PHP
PHP Code:
<?php
echo
"<a href='http://www.yourlink.com' target='_blank'>Your Link</a>"
;
?>
do you have other ways?
__________________
HelloWorld
View Public Profile
Send a private message to HelloWorld
Find all posts by HelloWorld