DrexlSpivey
07-01-2007, 07:01 PM
Hi Folks,
I'm getting an error saying an argument is missing, even though it appears to be read correctly by the function:
Warning: Missing argument 9 for myfunction() in path/myscript.php on line 103
But argument 9 is then read and used correctly in the function.
As a temporary 'solution' I've just suppressed the error by prepending a '@' to the function name when called, but I'm at a loss to understand this.
Does anyone have any ideas as the the cause?
Thanks in advance.
I'm getting an error saying an argument is missing, even though it appears to be read correctly by the function:
Warning: Missing argument 9 for myfunction() in path/myscript.php on line 103
But argument 9 is then read and used correctly in the function.
As a temporary 'solution' I've just suppressed the error by prepending a '@' to the function name when called, but I'm at a loss to understand this.
Does anyone have any ideas as the the cause?
Thanks in advance.