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" <[EMAIL PROTECTED]>
To: "'enediel gonzalez'" <[EMAIL PROTECTED]>, <php-general@lists.php.net>
Subject: RE: [PHP] 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:[EMAIL PROTECTED]
Sent: Friday, January 06, 2006 3:58 PM
To: php-general@lists.php.net
Subject: [PHP] 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

Reply via email to