Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Using $GLOBALS in a function within a class


Message #1 by "Bryan Nisperos" <bryan@h...> on Thu, 10 Oct 2002 00:08:49
> This should work for all types of input from forms.. $_REQUEST['msg_no'];
>
> If its a new installation.


It will, but I would argue that using $_REQUEST is just as bad (if worse!) as
turning register_globals = on.  There shouldn't ever be a reason to use it,
really.


take care,

nik


  Return to Index