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 />"; Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.