Hi..
here's what I wanna do...
I have a list of 1000 users/passwords divided in 10 groups of 100 people and everyone from each group is redirected to a specific page. Like 10 from group1 people will be redirected to page1, 10 people from group2 to page2, etc etc.
They are redirected to a page depending on the group they belong to.. and of course, teh user/pass combinaison have to be correct.
I thought about those solutions:
PHP / mySQL
ASP / MS-Access
etc
but......... the server runs on Windows98.... and the server itself is OmniHTTPd right now. He installed the PHP module, so now PHP works but I think mySQL is kinda memory hungry on Win98 - is this true?.... and I checked for ChiliASP and Instant ASP, they only run on Win2k/NT too
So basicly, i'm down to OmniHTTPd / PHP / mySQL because it seems the only thing with a database that Win98 can run.....
Do you have any other ideas? Like some predefined scripts that would do the same thing in PHP or javascript (or anything else)?
here's what I wanna do...
I have a list of 1000 users/passwords divided in 10 groups of 100 people and everyone from each group is redirected to a specific page. Like 10 from group1 people will be redirected to page1, 10 people from group2 to page2, etc etc.
They are redirected to a page depending on the group they belong to.. and of course, teh user/pass combinaison have to be correct.
I thought about those solutions:
PHP / mySQL
ASP / MS-Access
etc
but......... the server runs on Windows98.... and the server itself is OmniHTTPd right now. He installed the PHP module, so now PHP works but I think mySQL is kinda memory hungry on Win98 - is this true?.... and I checked for ChiliASP and Instant ASP, they only run on Win2k/NT too
So basicly, i'm down to OmniHTTPd / PHP / mySQL because it seems the only thing with a database that Win98 can run.....
Do you have any other ideas? Like some predefined scripts that would do the same thing in PHP or javascript (or anything else)?
