Re: [PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword

2007-05-15 Thread bedul
it seem the poster already have the answer.. what he/she going to do was how to save username and pass on session. thx for your help - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: "bedul" <[EMAIL PROTECTED]> Cc: "Chetanji" <[EMAIL PROTECTED]>; Sent: Tuesday, May 15, 2007 11:49

[PHP-DB] Re: $_POST["mypassword"]; ***Undefined index: mypassword

2007-05-15 Thread Chetan Graham
To All, I am so thankful to Dimiter, Bedul, Chris and Mikael for their input in this issue of mine. I spent at least three full crazy, frustrating long days and nights working this so-called problem only to find out it is simply the PHP parser looking at a "moment in time" with the login.php functi

Re: [PHP-DB] Migrate MySQL to Ingres

2007-05-15 Thread Grant Croker
On 13/05/07 17:12, Jeffrey scribbled: We have a moderately complex PHP web app collecting data from a MySQL database. We've been offered a rather attractive proposition to build an Ingres version (ie. same app, but collects data from an Ingres database). Questions for experts like you: 1) Is

[PHP-DB] [PHP] Cannot connect to an MySQL database using Named Pipes

2007-05-15 Thread John Comerford
Hi Folks, I have a MySQL database running on Windows XP, that I want to disable network connections to and enable 'named pipes'. I am running MySQL 5.0.27 and my.ini looks like... [client] #password= your_password port= 3306 socket= /tmp/mysql.sock [mysqld] #port

Re: [PHP-DB] [PHP] Cannot connect to an MySQL database using Named Pipes

2007-05-15 Thread bedul
try run winmysqladmin.exe is there a posibility your mysql server got crash with unknown reason - Original Message - From: "John Comerford" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 16, 2007 11:05 AM Subject: [PHP-DB] [PHP] Cannot connect to an MySQL database using Named Pipes > Hi Fo

Re: [PHP-DB] [PHP] Cannot connect to an MySQL database using Named Pipes

2007-05-15 Thread John Comerford
I can connect using MySQL Administrator without any problems, so it hasn't crash. bedul wrote: try run winmysqladmin.exe is there a posibility your mysql server got crash with unknown reason - Original Message - From: "John Comerford" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 16,

Re: [PHP-DB] [PHP] Cannot connect to an MySQL database using Named Pipes (resolved)

2007-05-15 Thread John Comerford
I got as reply on another forum which resolved this issue. The command should be: $mysqli = new mysqli(".", $username,$password, $database,null,"/tmp/mysql.sock"); NB. host is a dot bedul wrote: try run winmysqladmin.exe is there a posibility your mysql server got crash with unknown rea