Write href using php...?
Posted: Mon Jan 20, 2003 3:29 pm
When I try to use php to write an href link such as
$row[coWWW] contains "www.msn.com", but the resulting link on the page
contains
http://localhost/www.msn.com
I am guessing that this is some sort of PHP ini variable - can anyone point
me in the right direction?
Thanks, Mark
Code: Select all
print "<tr>
<td><a href='$rowїcoWWW]' alt='$rowїcoWWW]'>$rowїcoName]</a></td>
</tr>";contains
http://localhost/www.msn.com
I am guessing that this is some sort of PHP ini variable - can anyone point
me in the right direction?
Thanks, Mark