download options for html and code / extract vars
you can download the source as PHP file,
open the file as plain text in a new window or
get the code in a textarea to copy it.
this helps if you want to make these old scripts working with register globals off ...
since PHP version 4.2 you can't get POST or GET variables like you could in the old versions.
So to use your old scripts you either would have to rewrite the whole thing (which would be the more secure solution), but sometimes this is a lengthy procedure.
This is where this snippet jumps in.
Place this on top of all the files and it will get your variables.
you can download the source as PHP file,
open the file as plain text in a new window or
get the code in a textarea to copy it.