An admin will approve your account

Template return file will be included here"; $q = mysql_query("SELECT rowz,columnz FROM links WHERE id='$inumber'"); $a = mysql_fetch_array($q); if ($a[rowz] == "1") { $price = "colprice".$a[columnz]; } if ($a[columnz] == "1") { $price = "rowprice".$a[rowz]; } $q2 = mysql_query("SELECT incre AS incre, $price AS pricing FROM configuration WHERE user='admin'"); $a2 = mysql_fetch_array($q2); $newprice = $a2[pricing] + $a2[incre]; mysql_query("UPDATE configuration SET $price='$newprice' WHERE user='admin'"); } else if (strcmp ($lines[0], "FAIL") == 0) { die("no credit has been applied"); } } fclose ($fp); ?>