Our newest member Created 19 years ago2005-02-28 21:15:35 UTC by 96a2107 96a2107

Created 19 years ago2005-02-28 21:15:35 UTC by 96a2107 96a2107

Posted 19 years ago2005-02-28 21:15:35 UTC Post #94317
I guess the login system is php based, i would love to know how to display the newest member that has been entered into my database, i guess when a user logs in it sets up a server side variable with the username in it which can be read by the query in the relevant location and is overwritten by a new user. would jus like to know how this is done as i cant find it anywher on google and would like to code it myself really. not really up on my php i work in asp but i guess it can be done in both languages.

Thanks
96
:P ;)
Posted 19 years ago2005-02-28 23:24:24 UTC Post #94326
Like make it so if they join here. They join at your site? Thats dumb.
Luke LukeLuke
Posted 19 years ago2005-03-01 04:07:05 UTC Post #94356
Maybe it retrieves the record with the same value as a count of all the records and just shows the name. Seems easier, and that way one doesn't have copies.
Seventh-Monkey Seventh-MonkeyPretty nifty
Posted 19 years ago2005-03-01 07:41:08 UTC Post #94380
iemc, whaaaattt. where did you get that idea from???? your jus trying to argue aint ya :P

lol i always think too complicated!! i see, i can use the user id to find the highest entry and display the name from that. Cool thanks 7th :)
Posted 19 years ago2005-03-01 07:54:53 UTC Post #94382
does anyone know of any good tutorials i can be jimmyin for meself?? :nuts:
Posted 19 years ago2005-03-01 10:50:40 UTC Post #94398
dunno, maybe www.w3schools.com could help.
Posted 19 years ago2005-03-01 13:57:07 UTC Post #94415
Yeah, excellent site for everything web-based.
Seventh-Monkey Seventh-MonkeyPretty nifty
Posted 19 years ago2005-03-01 15:34:20 UTC Post #94449
Just make it so it reads from the database (or whatever you are using) the last person on the list. That way it will always be recent.
Luke LukeLuke
Posted 19 years ago2005-03-01 17:05:33 UTC Post #94473
As I said already :p.
Seventh-Monkey Seventh-MonkeyPretty nifty
You must be logged in to post a response.