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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.