Jump to content

[SOLVED] Creating link to from a mysql row...


TutorMe

Recommended Posts

I have the following code:

echo "<td>" . $row['title'] . "</td>";

 

I want it to link to

$row['url']

.

 

I have tried multiple methods, but I seem to be missing something.  If any of you could point me in the right direction it would be greatly appreciated.

 

Thanks.

 

Link to comment
https://forums.phpfreaks.com/topic/67721-solved-creating-link-to-from-a-mysql-row/
Share on other sites

Well, I want it to show the text of $row['title'], but link to $row['url'].  If it helps, it's for a tutorial site that links to offsite tutorials.  I'd like to have the title link to the url, both of which I have stored in the db.

 

Thanks for your reply.

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.