basic example
users table:
userID | username
-----------------
1|joe
2|jeff
3|nancy
4|phil
userID is unique and autoincrement, so when i insert, i dont specify userID. if i delete jeff, then insert dave, dave gets inserted as userID:5. Is there anyway to automatically recover/reuse the deleted...
Here's the deal. I have a table full of user info. Another table of possible music genres, another of possible subgenres (all associated with the genre table) and another table that links userInfo with subGenre. (i.e. linkID,userID,subGenreID)-since any user can have any number of associated...
Have a script the reads a directory of uploaded files and prints them out. I need to 1: sort them by date (newest printed first) and then 2: print the date next to the filename. Can anyone help me? thanks.
-mo
script below:
opendir(FILES,"$SAVE_DIRECTORY");
@allfiles =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.