Does anyone know how I can pass variables into a script being executed
from the command line?

I have a script, named testscript. So far, I have been getting all my
variables from the system env command, not a big deal. But I want to
input a username into the script, like testscript jmchenry.

In basic shell scripting, the value of any parameters would be $1, $2,
$3, etc.. within the script, but how can I do this with PHP? Is it
even possible?

Thanks,

Jake McHenry
Nittany Travel MIS Coordinator
http://www.nittanytravel.com

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

Reply via email to