I happened to check my server error logs today and I found this:
[client 68.71.198.84] PHP Notice: Undefined variable: argv in /var/www/html/mydomain.com/reviewpost/index.php on line 16, referer: http://www.mydomain.com
Line 16 is:
if ( is_numeric($argv[0]) ) {
I have a link to the program on my site index page that uses <a href="http://mydomain.com/reviewpost"> to direct people there. The link works but that undefined argv error shoes in my error log each time.
Is there a way to correct this?