Thanks for the answer, but I can not understand the origin of this error,
seven values passed, seven variables to receive those values,none of them is
an array, nothing more.
for a while, just to continue working, the 7th variable was removed and I
declared a global one, but this is something I don't enjoy to do it.
best regards
Enediel
Linux user 398956 Debian GNU/Linux
From: "Programmer" <prog@xxxxxxxx>
To: "'enediel gonzalez'" <enediel@xxxxxxxxxxx>, <php-general@xxxxxxxxxxxxx>
Subject: RE: Warning: Missing argument 7 calling a function
Date: Fri, 6 Jan 2006 16:05:17 -0600
This should work; however, it sounds like you may want to think about
using an array or creating an object.
-----Original Message-----
From: enediel gonzalez [mailto:enediel@xxxxxxxxxxx]
Sent: Friday, January 06, 2006 3:58 PM
To: php-general@xxxxxxxxxxxxx
Subject: Warning: Missing argument 7 calling a function
Hello
I've a function with 6 arguments that works properly.
Trying to add a 7th argument an being sure that calling the function I
pass
that one I received the following message (several times) on my web page
Warning: Missing argument 7 for getcommanddeclaration() in
/var/www/cp/apply.php on line 56
It's only one place where this function is called
Thanks in advance for any help
Enediel
Linux user 398956
Debian GNU/Linux
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php