bconnor Posted November 2, 2006 Share Posted November 2, 2006 I'm trying to echo a link, with one values from the database as the link itself, and the other the link name, how would i do that? Is it something like ... echo "<a href=\"".mysql_result($result,0,"first");."\">mysql_result($result,0,"second");</a>"; Link to comment https://forums.phpfreaks.com/topic/25994-a-href-database-values/ Share on other sites More sharing options...
trq Posted November 2, 2006 Share Posted November 2, 2006 [quote]Is it something like ... [quote]Yes. Exactly like that. Link to comment https://forums.phpfreaks.com/topic/25994-a-href-database-values/#findComment-118798 Share on other sites More sharing options...
Caesar Posted November 2, 2006 Share Posted November 2, 2006 Edit Link to comment https://forums.phpfreaks.com/topic/25994-a-href-database-values/#findComment-118800 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.