Topic awaiting preservation: Site security with PHP (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 12-29-2001 22:55
I have been coding a site that uses flat text files for holding content, and allows user input to those same txt files. In my code I have used strip_tags() on all user input. I'm not using the URL to append any information or variable transfer. I have used sessions to keep unauthorized people out of the admin section, and I'm using @ on the appropriate functions in conjunction with or die() to keep anyone from getting any information from error messages. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 12-29-2001 23:00
http://www.php.net/manual/en/security.registerglobals.php |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 12-29-2001 23:06 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-30-2001 10:03 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-30-2001 20:53
A couple of thngs |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 01-01-2002 13:57
Thanks for all your responses!!! |