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 var

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

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. -- .. | I

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

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 w

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

2006-01-06 Thread enediel gonzalez
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]>, Subject: RE: [PHP] Warning: Missing argument 7 calling a function Date: F

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

[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