Re: [PHP] input textfield value cat!

2001-03-05 Thread Batonik
On Mon, 5 Mar 2001, kaab kaoutar wrote: > I'm using a variable! > > Quote the value: \"> Greets, Batonik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

Re: [PHP] how to redirect to other page?

2001-03-05 Thread Batonik
; header ("../Form/first.html"); ^ According to RFC, you should use: header('302 Moved'); header('Location: http://new.location.com'); Greets, Batonik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] Pulling my hair out over Netscape...

2001-02-28 Thread Batonik
his > yet! This is afflicting Netscape 4.7 and Netscape 6. Driving me crazy Maybe try setting headers like "Expires" or "Cache-Control"? Greets, Batonik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP] Retrieving Version numbers.

2001-02-28 Thread Batonik
x27;t needed. Does anyone know of a way to access this info = > easily? I.e. with perl try using: perl -e 'print $]' In other cases "preg_match" would be helpful, I guess. Greets, Batonik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-

[PHP] How to disable some functions?

2001-02-28 Thread Batonik
Hi, I've heard that it is possible, for security reasons, to disable such functions like phpinfo(). How can I do this? Greets, Batonik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT