> -----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

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

Reply via email to