Preserved Topic: PHP Znippets? (Page 1 of 1) |
|
---|---|
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 03-11-2002 12:49
// output javascript variants of the GET variables |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 03-11-2002 16:42
Here's the only function I have that might be more generally useful to people. All it does is gather all the post variables, and format them so all the fields line up in a mono-spaced font. It disregards the Submit button as long as it is named as such. code: function gatherOutput() {
code: include('/var/www/html/lib/form.php');
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-12-2002 00:19
YMMV |
Maniac (V) Mad Scientist From: TipToToe |
posted 03-12-2002 01:37
Asylum index0r, as seen here. Non recursive folder indexing, upload file, view, link and ubb tags. Filters for most common files, view source of docs etc etc. Not too buggy (tho output may only be ok for IE), never finished, lots stolen from sources forgotten - have at it. |