Hello,
Thanks for your reply.
I tried playing around with your idea but I must not totally understand it.
I am using the PHP_AUTH_USER and PHP_AUTH_PW to login, and every page past that point still checks for PHP_AUTH_USER and PHP_AUTH_PW before displaying the next page.
Is there a way to assign the PHP_AUTH_USER and PHP_AUTH_PW to something without using that login screen first?
It works fine as long as I actually type in the username and password first, because then every other page is just using that same username and password stored in PHP_AUTH_USER and PHP_AUTH_PW. However, I want to store values in the PHP_AUTH_USER and PHP_AUTH_PW without typing into the login box.
Do you know if that is possible? If not could you please explain your method, and does your method even use PHP_AUTH_USER and PHP_AUTH_PW?
Thank you for your time and help,
Sincerely,
Lena