Forum Moderators: coopster

Message Too Old, No Replies

Parameter send

         

orion_rus

2:48 pm on Jul 6, 2005 (gmt 0)

10+ Year Member



Hello world, i need to detect parameter send from command line
like:
php send.php %someparameters%

lobo235

3:14 pm on Jul 6, 2005 (gmt 0)

10+ Year Member



Check out the URL below. You will need to use the $argv array to access the parameters from the command line.

http://www.php.net/features.commandline [php.net]