View Single Post
Old January 9th, 2006, 06:45 PM   #1 (permalink)
ace67
Member
Verified Customer
 
Join Date: Oct 2005
Location: Maryland
Posts: 85
RP in my error logs

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?
ace67 is offline   Reply With Quote