Jump to content

wwconslt

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Posts posted by wwconslt

  1. Hello Everyone,

     

    I'm using PHP with MySQL.  One of the fields in the database is website.  The code I'm using is as follows:

     

    variable:

     

    $web=mysql_result($result,$i,"web");

     

    html/php code:

     

    <td><font face="Arial, Helvetica, sans-serif"><a href="<? echo "$web"; ?>">Website</a></font></td>

     

    What it should do is have the clickable word Website with the correct url from the database.  Instead it's repeating the website the page is on.  For example it's doing this:

     

    http://mywebsite/www.enteredwebsite.com

     

    Any help is appreciated.

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.