PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Notice: Undefined index: PHP_AUTH_USER in C:\Program Files\Apache Group\Apache2\htdocs\basic.php on line 2
Notice: Undefined index: PHP_AUTH_PW in C:\Program Files\Apache Group\Apache2\htdocs\basic.php on line 3
Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\basic.php:2) in C:\Program Files\Apache Group\Apache2\htdocs\basic.php on line 6
Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\basic.php:2) in C:\Program Files\Apache Group\Apache2\htdocs\basic.php on line 7
Authorization Required.
i think its because i have php running as cgi not a module so how can i setup php to run as a module?
i have the latest version of php mysql and apache http server
cool cool thanks for the help
now i got one more quick question how do i specify multiple username and password using the first script and how do i make it work to with members.html?