No idea what you mean html module, but it looks like a register_globals problem.
I completely agree. But for the sake of beating a dead horse.

The value you are looking for in this instance is located in the appropriate global arrays($_GET,$_POST,$_SERVER, etc, etc)

So basically, you could do the following (in your welcome.php file).

$user = $_GET['user'];


HTH,
Jason k Larson


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to