Jump to content

PHP Command Line Help


uzoom

Recommended Posts

I am using the command line to run my php programs via cron.

 

# php php_program.php para=1

 

I passed the input "para=1" into the php program "php_program.php". The program uses $_GET to retrieve the value of "para".

 

It works in php ver 4 and it had been running for a few months.

 

Yesterday I upgraded to php 5.1.6. The program is not working because the $_GET is empty.

 

I tried setting the /etc/php.ini

register_globals = On

register_argc_argv = On

 

But the $_GET is still empty. Anyone has this problem?  ???

Link to comment
https://forums.phpfreaks.com/topic/82156-php-command-line-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.