Register Globals
Status: Beta
Brought to you by:
danieltoma
BIG SUGGESTION: change the coding so register globals
is off! It took me a bit to figure out register globals
has to be enabled. This should definitly be mentioned
in your install directions some where near the top! PHP
installs by default with register globals off! I had to
throw extract($_REQUEST) in my defines file to make
this thing work.