You could also make a function to simplify things if you have lots of links
function dolink($href, $text) { $text = "<A HREF=\"$href\">$text</A>"; return $text; } then calling echo dolink("page1.php","Link to page 1"); would output a link to page1.php with the text Link to page 1 "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > how do you make a link using PHP it's very simple in html and javascript, > but i can't seem to figure out how to make a simple link? > > i'm making a news site and would like to have enormous articles have a nice > little more...... link at the bottom of the first portion of the article. > > any help would be much appreciated, > > thanks, > > tim > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php