hi there ... 😃
i have on my script in php.....
mysql_connect($server, $db_user, $db_pass) or die ("Database CONNECT Error (line 17)");
$sql = mysql_db_query($database, "SELECT * FROM affiliates WHERE refid = '$ref'");
while($ccbill = mysql_fetch_array($sql)) {
and this on the dinamic banner link ....
<?php echo $ccbill["ccbill"]; ?>
the problem is that the value of the $ccbill allways is equal of the first $ref of the database .... never run to the other fields of the $ccbill ...