Hi,
I've currently got this line:
to show how many records there are when you first log on. As my database is still fairly small, I was wondering if there would be a way to also greet them with the number of registered users (about 4 times the number as there are records -- looks much more impressive)?
Thanks,
Dan
I've currently got this line:
Code:
Welcome, $db_userid! There are currently $count records in the database.to show how many records there are when you first log on. As my database is still fairly small, I was wondering if there would be a way to also greet them with the number of registered users (about 4 times the number as there are records -- looks much more impressive)?
Thanks,
Dan

