Quote:
Originally Posted by Fou-Lu
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