[PHP] Problem with characters

2007-04-20 Thread enediel gonzalez
Hello. I have a php site connected to one database mysql. using phpmyadmin I can read that in one register of the database exists the string Vérifie que le service reading the registry in php code $description = $row[$description_field]); exec("echo '$description' >> /tmp/ttt.txt"); inside of

[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 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-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] php .htaccess

2006-01-11 Thread enediel gonzalez
Hello I've a site with a .htaccess defined, the users have to enter the login and password to get in, Is it possible on php to ask the apache server wich user is using the current session? I'd like to give the users the oportunity to change their password but without ask again who are you.