Hello,
Okay i never done this kind of codeing before im really new to it
Today i was like really bored, you know when you get that bored you would do just about anything?
Well yeah, that was me, today i decided to try code my own script for ubercms some of them are working, but one is being a little pain in da .. yeh anyway
let me tell you what i want it to do,
i wanted a script so members can see the newest members that registered to the sit, and be able to see the date
what sql code was i useing ?
this
$getTopStats = mysql_query("SELECT * FROM users ORDER BY account_created DESC LIMIT 1");
while($topSpats = mysql_fetch_array($getTopStats)){
echo '<img src="
}
but when i go to my page i get
Credits: 15075
i want it to be
registered on: -date-
Any idea how i can do this.
Okay i never done this kind of codeing before im really new to it
Today i was like really bored, you know when you get that bored you would do just about anything?
Well yeah, that was me, today i decided to try code my own script for ubercms some of them are working, but one is being a little pain in da .. yeh anyway
let me tell you what i want it to do,
i wanted a script so members can see the newest members that registered to the sit, and be able to see the date
what sql code was i useing ?
this
$getTopStats = mysql_query("SELECT * FROM users ORDER BY account_created DESC LIMIT 1");
while($topSpats = mysql_fetch_array($getTopStats)){
echo '<img src="
You must be registered for see links
' . $topSpats['look'] . '&size=s" align="left"><a href="#">'.$topSpats['username'].'</a><br />account created: '.$topSpats['account_created'].'<br /><br /><br /><br />';}
but when i go to my page i get
You must be registered for see links
Credits: 15075
i want it to be
You must be registered for see links
registered on: -date-
Any idea how i can do this.