Hi,
I am new to programming and I have created a user registration system, which saves the user details in db. My db table has following fields: id, fname, lname, address, city, zip and country.
Now with DOM XML function i am generating the XML file of registered users and displaying the registered user list.
Now, I want to split the user list into two parts.
- Recently registered users
- Already registered users
please let me know, how can i do it? and how can i select the only recent registered users from db.
It will be gr8 help for me if you can give a demo script of it.
Thank you
~Anand