Anyone here who might know how I can pass a posted variable from Bash to a PHP script?
When I run in Bash
all is working fine, but when I try to add a variable like
Code:
php logit.php?takethis=123123
I get an error from Bash saying that the file can not be found!
Calling
Code:
php logit.php?takethis=123123
from the website does work fine.
The problem with Bash is the
?takethis=123123 part!
Can the call with the ?takethis=123123 to the PHP page been done an other way in Bash?
Recent comments
1 day 42 min ago
1 day 5 hours ago
1 day 10 hours ago
1 day 12 hours ago
2 days 2 hours ago
2 days 2 hours ago
2 days 7 hours ago
2 days 13 hours ago
2 days 14 hours ago
2 days 15 hours ago