On Tuesday 03 August 2004 16:29, Ed Lazor offered up the following tid-bit 
of information :
> > -----Original Message-----
> > If you have register_globals on, you can access it via $id, otherwise
> > use $_GET['id']
>
> Or $_POST['id'] if you're receiving data from a form (ie.
> processForm.php).
>
> -Ed

The thread's been snipped to death.  The variable is going to be passed via 
a link (query string) from an email (the processForm.php was just the 'page 
name' I used in an earlier example).

We could just go with $_REQUEST['id'], and cover all the bases. ;)

-- 
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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

Reply via email to