RE: [PHP] Warning: Missing argument 7 calling a function

2006-01-10 Thread Ford, Mike
On 09 January 2006 16:14, enediel gonzalez wrote: thanks everybody who answered me, the segment bellow is the code that gave me problems, the $app_name was the 7th parameter neccesary for me to call the GetCommandDeclaration function, the solution I had for a while was to declare the

RE: [PHP] Warning: Missing argument 7 calling a function

2006-01-09 Thread enediel gonzalez
thanks everybody who answered me, the segment bellow is the code that gave me problems, the $app_name was the 7th parameter neccesary for me to call the GetCommandDeclaration function, the solution I had for a while was to declare the variable global. :( As you can see , the rest of variables

[PHP] Warning: Missing argument 7 calling a function

2006-01-06 Thread enediel gonzalez
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

RE: [PHP] Warning: Missing argument 7 calling a function

2006-01-06 Thread Programmer
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

RE: [PHP] Warning: Missing argument 7 calling a function

2006-01-06 Thread enediel gonzalez
, 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

RE: [PHP] Warning: Missing argument 7 calling a function

2006-01-06 Thread Robert Cummings
On Fri, 2006-01-06 at 20:27, enediel gonzalez wrote: 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

Re: [PHP] Warning: Missing argument 7 calling a function

2006-01-06 Thread Aaron Koning
Why not send us the Call and the Function for arguments sake (pun intended). Aaron On 1/6/06, enediel gonzalez [EMAIL PROTECTED] wrote: 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

Re: [PHP] Warning: Missing argument 7 calling a function

2006-01-06 Thread Robert Cummings
On Fri, 2006-01-06 at 23:13, Aaron Koning wrote: Why not send us the Call and the Function for arguments sake (pun intended). Yeah, it might help up to track down the source (pun also intended ;) of the problem. Cheers, Rob. -- .. |