Tibiamakers
yourolist.com
PHP:
<?php
$conexion=mysql_connect("localhost","root","*******");
mysql_select_db("****",$conexion);
$total=mysql_query("select count(*) referral from accounts where referral=_____",$conexion);
while ($reg=mysql_fetch_array($total))
{
$main_content .= '<center><b><H2>bla</b></H2>
This is the quantity of accounts '.$reg['referral'].' <br><br>'; {
}
}
mysql_close($conexion);
?>
______I want to put a variable that have to be the id of the account logged
I don't know if is well explained, tell me if not
thanks
Last edited: