[PHP] Pass $_GET to php cli.

2007-08-20 Thread N0K
Hello. I trying something without results. I have a zend optimized php script. This script only request you a password, and then you go to admin page. If a do in a browser: http://www.example.com/administration.php Then i go to this web where the password is request. I put the password and

[PHP] Pass $_GET to php cli.

2007-08-20 Thread N0K
Hello. I trying something without results. I have a zend optimized php script. This script only request you a password, and then you go to admin page. If a do in a browser: http://www.example.com/administration.php Then i go to this web where the password is request. I put the password and go

Re: [PHP] Pass $_GET to php cli.

2007-08-20 Thread N0K
On 8/20/07, N0K [EMAIL PROTECTED] wrote: [snip!] But if i do in a browser: http://www.example.com/administration.php?varpass=112233checkpass=Submit Then i go directly to the administration web, without request pass. So, im trying to the the same in php command line [snippity-snip