surboomer
11-18-2005, 06:14 AM
how would you go about coding a page that would only be accessible to 150 users?
I can increment easily the number of connected users and then decide that at the 151st user that connects I redirect them to another page, but I believe that this technique would also mean that the existing 150 guys who are connected who then be redirected.
Do you think I need to log each access on a MySQL db to achieve this??? :rolleyes:
I can increment easily the number of connected users and then decide that at the 151st user that connects I redirect them to another page, but I believe that this technique would also mean that the existing 150 guys who are connected who then be redirected.
Do you think I need to log each access on a MySQL db to achieve this??? :rolleyes: