View Single Post
Old 10-30-2012, 08:48 PM   PM User | #13
mr3army
New Coder

 
Join Date: Oct 2012
Posts: 12
Thanks: 3
Thanked 0 Times in 0 Posts
mr3army is an unknown quantity at this point
Quote:
Originally Posted by Fou-Lu View Post
I know where its coming from; PHP does not know. You must pull it from a superglobal such as $_POST. The only time you can not declare them is if register_globals is enabled (disabled by default as of PHP 4.2; gone as of 5.4), so you should never rely on register_globals existing. You must pull from the appropriate input from the $_GET or $_POST whichever is providing the data.
Im sorry I dont really understand what you wrote there

Is there no easy way of referencing it to the text boxes and I need this to be able to edit any user I wish
mr3army is offline   Reply With Quote