[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

[PHP] How can I acces an environment var $SERVER_ADMIN

2001-11-26 Thread Silvia Mahiques
if it is necessary the identical name. If you have an idea, please, help me! Silvia Mahiques -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] Global instance of class

2001-11-21 Thread Silvia Mahiques
is created again, and I want a unique instance in all project. If I put in a file (.php) the expression global $global_var; but without include file (.php), this global var is undefined. Which is the solution? Thanks, in advance. Silvia Mahiques -- PHP General Mailing List

[PHP] Fw: problems with php and jscript....

2001-11-13 Thread Silvia Mahiques
- Original Message - From: Silvia Mahiques To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, November 12, 2001 9:04 PM Subject: problems with php and jscript I have written an html page with jscript and php code, but I have some problems. The errors are in black

[PHP] problems with php and jscript....

2001-11-12 Thread Silvia Mahiques
. /TABLE /CENTER /BODY /HTML If somebody has an idea, please, help me Silvia Mahiques

[PHP] setting member variables out of class

2001-10-31 Thread Silvia Mahiques
to set this member variable: $c = new translator(); echo $c-telefono; /* this member isn't set but in constructor method has been set*/ I have written too: echo $c-$telefon; echo {$c-telefon}; but is not correct. Can anybody help me? Thanks Silvia Mahiques

Re: [PHP] INPUT tag with default value

2001-10-24 Thread Silvia Mahiques
Dear Philip, Thank you very much, I have lost long time proving different alternatives that it's better not to implement. I prefer a safe code. Thanks again!. Cheers Silvia Mahiques Philip Olson [EMAIL PROTECTED] escribió en el mensaje Pine.BSF

[PHP] INPUT tag with default value

2001-10-23 Thread Silvia Mahiques
Hi, I can't print a default value in a INPUT tag with TYPE=file. INPUT tag has value attribute, but it not apear in window box. input type=file name=photo size=60 maxlength=150 value=? echo $photo; ?. How can I print a default value? Thanks, Silvia Mahiques

[PHP] MessageBox in PHP?

2001-10-22 Thread Silvia Mahiques
Hi!, How can I make a messagebox in PHP to print errors or warning (such as in VB or VC++)?. Is it possible? Silvia Mahiques

[PHP] Problems with get URL from script (post without forms)

2001-10-19 Thread Silvia Mahiques
Hi I´m interested in launching an HTML page directly from another page. The former has php code and I´d also like to pass some arguments to it. I´m using the getURL code to do this job but I had some problems: After launched, the page looks quite weird. When I look at the source code, the