Jump to content

Using mysql rows to create a link


whelpton

Recommended Posts

Hey guys,

 

Currently Im using the code:

 

while($row=mysql_fetch_array($nt)){
echo"
$row[user_login],$row[user_email],$row[CallHistoryTimes],$row[CallHistoryInfo],$row[CallHistoryLastOp]$row[CallHistoryLastDate],<br>";
}

 

To list a mysql array; what I am trying to do is to use the mysql row ID and turn the entire string above into a list.

 

So for example, the database would get the ID information & create a link of edit.php/?id=3

 

If someone could help me on this it would be mega appreciated.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/228932-using-mysql-rows-to-create-a-link/
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.