Pass $_GET to php cli.
- From: n0k@xxxxxxxxxx (N0K)
- Date: Mon, 20 Aug 2007 14:15:47 +0200
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 to the administration web.
But if i do in a browser:
http://www.example.com/administration.php?varpass=112233&checkpass=Submit
Then i go directly to the administration web, without request pass.
So, im trying to the the same in php command line
i have test with many things, but i dont know how to specify this variable to the php cli,
some tested example:
php administration.php --varpass=112233 --checkpass=Submit
php administration.php --"varpass=112233&checkpass=Submit"
php administration.php --"varpass=112233" --"checkpass=Submit
And a lot of more combination.
Can i do this by php command line ?
Thanks and regards.
.
- Follow-Ups:
- Re: [PHP] Pass $_GET to php cli.
- From: "Daniel Brown"
- Re: Pass $_GET to php cli.
- From: Per Jessen
- Re: [PHP] Pass $_GET to php cli.
- From: Thijs Lensselink
- Re: [PHP] Pass $_GET to php cli.
- Prev by Date: FW: [PHP] getting from one table listing from another
- Next by Date: Re: [PHP] Pass $_GET to php cli.
- Previous by thread: This is a bug?
- Next by thread: Re: [PHP] Pass $_GET to php cli.
- Index(es):
Relevant Pages
|