|
Posted by Pedro Graca on 10/09/06 14:17
anthony wrote:
> The companyname and address1 are displaying, but I need the correct
> code to put that webpage (the mysql fieldname is 'webpage') in the
> correct href tag in php.
>
> Code to date:
> //$row = $result->fetch_assoc();
[...]
> // display a link to the company's site
echo '<a href="', $row['webpage'], '">', $row['webpage'], '</a>';
or maybe?
echo '<a href="', $row['webpage'], '">[visit this site]</a>';
> echo '<br>';
[...]
--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot
Navigation:
[Reply to this message]
|