same things as last time .. since you are too 'afraid' to turn off register_globals (

), you must use either $_GET or $_POST before the variables you submit from a form.. depending on the
method you send.
for this to work right, you will probably have to use
$_POST['name'] to make it work.
it's cool to see your getting into it.. you should use the [php ] [/php ] and [code ] [/code ] tags when you post code. it makes it so much easier to read.