Hi All
I have an URL like this
I would like to call now the command line php like this:
php graphthis.php '?csv=/tmp/data.cvs&dir=/web/htdocs/stress&monitor= aaa'
The question is can php translate this parameter string into the $_GET[]
aray somehow, so I don't have to rewrite the script ?
Thanks in advance
Heinz
I have an URL like this
I would like to call now the command line php like this:
php graphthis.php '?csv=/tmp/data.cvs&dir=/web/htdocs/stress&monitor= aaa'
The question is can php translate this parameter string into the $_GET[]
aray somehow, so I don't have to rewrite the script ?
Thanks in advance
Heinz
Comment