I help out with a local non-profit agency's web site. They are running
on donated web space so they don't have control over the server. About
the only thing of use that is available to them is PHP 4.3.2. There is
no access to the system logs and there is no database installed.
They are asking to have a password protected page of information put up
that is compiled from a submitted form.
I can handle the coding to write the submitted info to a flat file and
to read it and print it to the web page as well as setting up the
htaccess for the password protection. But what I'm at a loss for is how
(or even whether) I can generate a list for them using PHP of who
actually logs into this web page to view it.
Is there a premade script or a way I can have PHP handle this? Any
suggestions? Thanks.
on donated web space so they don't have control over the server. About
the only thing of use that is available to them is PHP 4.3.2. There is
no access to the system logs and there is no database installed.
They are asking to have a password protected page of information put up
that is compiled from a submitted form.
I can handle the coding to write the submitted info to a flat file and
to read it and print it to the web page as well as setting up the
htaccess for the password protection. But what I'm at a loss for is how
(or even whether) I can generate a list for them using PHP of who
actually logs into this web page to view it.
Is there a premade script or a way I can have PHP handle this? Any
suggestions? Thanks.
Comment