Hello,

"eNetwizard Developers Team" <[EMAIL PROTECTED]> wrote:

> 
> Use $_GET["select"] for the switch statement
> 
> Some of the people on this list would even recommend you make another
> variable first, such as $userselect = $_GET["select"] and use
> $userselect as your switch statement, though I think it pointless.

Perhaps, in a simple switch($_GET["select"]) statement. But there are 
times that it makes more sense to assign a $_GET[''] or $_POST[''] to 
another variable ;)

- E

...[snip]...

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

Reply via email to