ipwnzphp Posted February 16, 2007 Share Posted February 16, 2007 Iam trying to make a link form a array ??? $result = mysql_query("SELECT * FROM `CATS` WHERE PING = '1'") or die(mysql_error()); $PING = Array(); while ($row = mysql_fetch_array($result)) { $PING[] = "<a href='?c_action=listings=$PING'>$row[ping_name]</a>"; } echo implode( ' | ', $PING) . "<br />"; Link to comment https://forums.phpfreaks.com/topic/38736-solved-trying-to-make-a-link-form-a-array/ Share on other sites More sharing options...
ipwnzphp Posted February 16, 2007 Author Share Posted February 16, 2007 hah! i knew how to do it.. i just forgot cause its so late here. Link to comment https://forums.phpfreaks.com/topic/38736-solved-trying-to-make-a-link-form-a-array/#findComment-186120 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.