¡@

Home 

php Programming Glossary: validateuser.php

Implementing log in alongside suPHP

http://stackoverflow.com/questions/8032140/implementing-log-in-alongside-suphp

own home directories each with a php script test.php and a validateUser.php script that belongs to another user root www data apache..... root www data apache... in the home directory. home œâ € validateUser.php œâ € user1 ‚  ”â € test.php ”â € user2 ”â € test.php user1 can access.. all incoming requests using something like mod_rewrite to validateUser.php . However doing so will have the consequence of executing all..

Need help implementing PHP sessions in suPHP

http://stackoverflow.com/questions/9542263/need-help-implementing-php-sessions-in-suphp

I can use Apache to redirect all requests to a single validateUser.php script which validates the user then if valid calls the original..