Jump to content

Hyperlink MYSQL


dawiz

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/244967-hyperlink-mysql/#findComment-1258354
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.