Jump to content

dawiz

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dawiz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm a rookie PHP/MYQL programmer so see with me...the column with the VIN i would love to hyperlink that so that each VIN will be link to the corresponding car image
  2. while($row = mysqli_fetch_array($result, MYSQLI_ASSOC)) { echo '<tr> <td align="left">' . $row['vin'] . '</td> <td align="left">' . $row['make'] . '</td> <td align="left">' . $row['model'] . '</td> </tr>'; }//end while() Where would I insert this hyperlink?
  3. Is it possible to hyperlink values from an SQL query search to different images. For example I have a database with some cars, after the relevant query is submitted and the results returned could I let's say link each VIN to an image? Thanks.
×
×
  • 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.