Search found 4 matches
- Tue Oct 10, 2006 8:00 pm
- Forum: PHP - Code
- Topic: html check box gives errors
- Replies: 1
- Views: 320
html check box gives errors
Hi All I have a html form with a check box the file is called form.php. The value of the check box when checked is set to true. the form is submited to handler.php. There I need to know if the check box was checked or not. html form <form name="form1" method="post" action="t...
- Mon Jun 13, 2005 4:01 pm
- Forum: PHP - Code
- Topic: WWW-Authenticate problem
- Replies: 6
- Views: 938
there on
I have register_globals set to on so that should be ok
dave
dave
- Mon Jun 13, 2005 1:47 pm
- Forum: PHP - Code
- Topic: WWW-Authenticate problem
- Replies: 6
- Views: 938
yes
I am running apache. As far as I know it is on. The pop up window to login pops up. I looked through the httpd.conf file for WWW-Authentication put could not find it. I also looked through the php.ini.
- Mon Jun 13, 2005 1:18 pm
- Forum: PHP - Code
- Topic: WWW-Authenticate problem
- Replies: 6
- Views: 938
WWW-Authenticate problem
Hi all I am migrating a site from a windows box to a linux. Everything seems to be working except the admin login which use the header function with WWW-Authenticate. When you go the log in page the pop up window comes up but it seems that it does not pass the user and password variables back to the...