I have written a script that runs fine when I run it via the command line. However, when I tack on variables to the command line, I get an error.

This works.....
php -q ./import.php

This doesn't
php -q ./import.php?feed=eastwood

This is the error that it returns - Could not open input file: ./import.php?feed=eastwood

Can anyone offer any advice for making this work?

Chris


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to