View Single Post
  #10 (permalink)  
Old 10-06-2004, 02:36 PM
webmasterjunkie webmasterjunkie is offline
WebProWorld Pro
 

Join Date: Aug 2004
Location: Maryland
Posts: 219
webmasterjunkie RepRank 0
Default Link code in PHP page

How can I get it to work if it's in a php page? Looks like this:

$htmlwebsite = '<a href<>\\'.$website.'\\>'.$website.'</a>';

The browser treats it like a relative url when it's an absolute url. Take out the <> and put = in it's place.

Instead of going to (example): www.webproworld.com it goes to www.kaytrimbath.com/www.webproworld.com
Reply With Quote