[PHP] Passing php variables to perl script

2001-09-27 Thread Bertrand TACHAGO

Please i want to know how to pass variables (such as $PHP_AUTH_USER and
$PHP_AUTH_PW) from php to Perl script which is in apache cgi-bin
directory.
Thanks in advance for help

-- 
Moise Bertrand TACHAGO
Computer scientist
Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building
Yaounde CAMEROON
(237)22 24 90
E_mail [EMAIL PROTECTED]
   [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] lynx and mail function

2001-09-05 Thread Moise Bertrand TACHAGO

Hi,
i use lynx to run from linux command line a php function which have to
send mail to somebody.
The function is running but the mail is not send.
Can somebody tell me why and how to do it please?
Thanks in advance
This is the command line
lynx  myfunction.php

--
Moise Bertrand TACHAGO
Computer scientist, Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building, Yaounde CAMEROON
phone   (237)22 24 90
E_mails [EMAIL PROTECTED]
[EMAIL PROTECTED]





[PHP] How to run php function from command line?

2001-08-20 Thread Moise Bertrand TACHAGO

Hi,
please, how to run php function which update mysql db from command line?

Thanks in advance

--
Moise Bertrand TACHAGO
Computer scientist, Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building, Yaounde CAMEROON
phone   (237)22 24 90
E_mails [EMAIL PROTECTED]
[EMAIL PROTECTED]





[PHP] Connexion to MySQL

2001-07-18 Thread Moise Bertrand TACHAGO

Hi,

Please can anyone help me to understand and resolve the probleme below

Warning: MySQL Connection Failed: Host '195.24.202.98' is not allowed to connect to 
this MySQL server in
/usr/local/apache/htdocs/kolosys/Menu.php on line 35
ERROR:

Unable to connect to server

I have this probleme when i'm try to connect to MySQL through a php program i had 
wrote.

This is how i made the connexion:

$server=getenv("SERVER_NAME");

$user="root";

$pass="";

mysql_connect($server,$user,$pass);

Thanks in advance

--
Moise Bertrand TACHAGO
Computer scientist
Intern SDNP Cameroon, 506 Hajal Center Building, Yaounde CAMEROON
phone   (237)22 24 90
E_mails [EMAIL PROTECTED]
[EMAIL PROTECTED]





[PHP] How to execute passwd with php?

2001-07-02 Thread Moise Bertrand TACHAGO

Hi,
can somebody tell me how to change user password using passwd with php?

--
Moise Bertrand TACHAGO
Computer scientist
Intern SDNP Cameroon, 506 Hajal Center Building, Yaounde CAMEROON
phone   (237)22 24 90
E_mails [EMAIL PROTECTED]
[EMAIL PROTECTED]





[PHP] connexion to mysql db through php

2001-05-02 Thread Moise Bertrand Tachago

Hi to all,

I am working on i60086 environment with php-4.0.4pl1, mysql-3.23.36,
Linux 7 and apache_1.3.19 (on the same computer).

I can't connect to mysql with user and password i use in command line.
This is what i do:



this program is called when i submit my form () and i have the follow error message:
Warning: MySQL Connection Failed: Access denied for user:
'[EMAIL PROTECTED]' (Using password: YES) in
/www/htdocs/sdnpdev/Creation_Membre.php on line 11
Connexion au serveur impossible

Please can somebody help me?

Thanks in advance

Bertrand


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] How to execute a php scripts

2001-04-27 Thread Bertrand TACHAGO

Hi,

I want to know how to execute a php scripts which update a MySQL
database.

I am working on Win 98 and MySQL is install on Linux on another
computer.

Thank You in Advance.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] What is cookies

2001-04-18 Thread Bertrand TACHAGO

Can anyone tell me what is cookiesand how i can use it

Thank

TACHAGO


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]