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
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
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
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