Jump to content

[SOLVED] Trying to make a link form a array!


ipwnzphp

Recommended Posts

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 />";

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.