[PHP-DB] Re: ADOdb db abstraction library moving to sourceforge

2004-06-19 Thread Uzi Klein
jeez it reminds me of my poor ASP days... "John Lim" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > ADOdb is a popular database abstraction library for PHP. It supports > a very large number of databases, including MySQL, PostgreSQL, > Firebird, Interbase, SQLite, Or

[PHP-DB] how to iterate over fields names with mysql_fetch_assoc

2004-06-19 Thread grahama
How do I iterate over fields when I perform the below script: each row has: artist_name,urlPath,biography as fields while ($row = mysql_fetch_assoc($result)) { # if the current field name is 'artist_name', do something switch($GetCurrentFieldNameintheCurrentRow) { case $row[ 'field name i

[PHP-DB] AUTH_USER

2004-06-19 Thread Gabor Niederlaender
Hi! I have installed a Apache Server (+php) in a Windows NT network. I would like to identify the Windows NT user visiting my php pages. When I was using IIS, I think it was quite easy to find it out through the $_SERVER['AUTH_USER'] variable. But it doesn't seem to work with apache. Is there anot

[PHP-DB] PHP DB class

2004-06-19 Thread Rosen
Hi, Can someone help me - I'm looking for PHP class for transaction managment and record lock/unlock in InnoDb MySQL tables ? Tnaks in advance, Rosen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php