from forum post:
>Make SURE register_globals options is turned ON! in
your php.ini file.
>I think the default setting for php 4.2.x is OFF,
which will not work with the current version phpMyBuilder.
>I will post a feature request.
>.:Mads:.
You should follow PHP's design guidelines and avoid
'globalizing' form variables. form php.ini:
; You should do your best to write your scripts so that
they do not require
; register_globals to be on; Using form variables as
globals can easily lead
; to possible security problems, if the code is not
very well thought of.
register_globals = Off