Anyone know the script for how many accounts made?
<?php
mysql_connect("host","usr","pass")
$exec = mysql_num_rows(mysql_query("SELECT id from account.account")));
echo "There are ".$exec." Accounts!";
?>
$exec = mysql_num_rows(mysql_query("SELECT id from account.account")));
<?php
mysql_connect("0.0.0.0","user","password");
$exec = mysql_num_rows (mysql_query("SELECT id from account.account;"));
echo "There are ".$exec." Accounts!";
?>
Er sucht nach einem Script das ihm verrät, wieviele registrierte Accounts erstellt wurden.Quote:
Sorry..
I dont understand your Question..
What you search a PHP Script to made a Account ?
Than look to the Post from "Daunenjacke".
But when it a other Problem then you can send a "pm" to me.
Greetz