[PHP] PHP APACHE Authenticate

2001-12-13 Thread Silvia Mahiques
Hi Friends!: I have some problems with APACHE Authenticate. I have a directory with access control. This is his structure: intranet_directory file_1.php4 ... people_directory file1_1.php4

[PHP] PHP APACHE Authenticate

2001-12-13 Thread Silvia Mahiques
-Mensaje original- De: Silvia Mahiques [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 13 de diciembre de 2001 10:32 Para: [EMAIL PROTECTED] Asunto: PHP APACHE Authenticate Hi Friends!: I have some problems with APACHE Authenticate. I have a directory with access control. This

Re: [PHP] PHP APACHE Authenticate

2001-12-13 Thread Rasmus Lerdorf
Are you sure you want to send an external POST request to a PHP script on the same server? That doesn't make a whole lot of sense to me. Why not simply include file1_1.php4 directly from file_1.php4. However, assuming you have some logical reason for wanting to do this, it is rather simple.