Quote:
|
Originally Posted by Chuck S PHP will have empty arguements from time to time. The correct resolution would be to edit your php.ini and turn down error reporting as it is set too high. |
No such thing as error reporting set too high.
Would it be possible to give it a value like $argv = null; or $argv = 0; or something like that to set the variable to have a value before line 16?