Topic awaiting preservation: regarding register_globals in php (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 07-22-2002 23:09
Hi there |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 07-23-2002 01:52
DmS: You could turn them off using php_flag in your .htaccess file: code: php_flag register_globals off
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-23-2002 13:38
option b) |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 07-23-2002 15:24
Thanx both! |