Re: [PHP-DB] PHP and MySQL 5.0 stored procedures

2005-03-11 Thread mohamed naazir
plese don't ask qustion i am now start to do php and my sql don't sent any mail please On Thu, 10 Mar 2005 20:37:02 +1100, Guy Harrison [EMAIL PROTECTED] wrote: Hi all, I'm new to PHP, but have been doing a lot of work with the MySQL 5.0 alphas looking at the stored procedure

[PHP-DB] Error handling

2005-03-11 Thread Guillermo
Hi, I'm new to PHP; I installed version 5.0.3 using Apache 2 and Postgres 8 on Win XP SP2. I have a connection class and one of its methods is: public function EjecutaSQL($pe_textoSQL = ) { return pg_query($this-id, $pe_textoSQL); } where $pe_textoSQL contains the SQL sentence. If

[PHP-DB] Log in multiple users to MySql

2005-03-11 Thread Mahmoud Badreddine
I authenticate users of my database with the Apache dialog box. I would like to know where do these values (usernames and passwords) get stored so that I can use this information to log in to the MySql database. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: