Posted 19 years ago2005-02-28 21:15:35 UTCPost #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.
Posted 19 years ago2005-03-01 04:07:05 UTCPost #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.