[PHP-DB] newbie question: fetchrow or smth else ?

2002-02-01 Thread Alecs
Could some one please check the following code and guesstimate where am I wrong ? (the only thing I got from browser is: Fatal error: Call to undefined function: fetchrow() pc_list.php on line 14, but on that line I have fetchRow() not fetchrow(). To make it worse even when I am replacing f

[PHP-DB] Re: newbie question: fetchrow or smth else ?

2002-02-01 Thread Alecs
okay, thanks for help ;-p fetchrow failed because my query was buggy, the proper syntax for left is LEFT(something, number) "Alecs" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Could some one please check the following c

[PHP-DB] Re: Why NULL?

2002-02-01 Thread Alecs
"Zach Curtis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a loop process that reads a record out of a flat file, stores the > data for a given record in an array, writes the record to the db, resets the > data in the array, then iterates again thru t

[PHP-DB] Re: multiple forms, one submit button

2002-02-12 Thread Alecs
I wonder how to you POST all forms with one submit (and without JS) ... "Marius Ursache" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi > > is it posibile to have in a php script multiple forms and only one > submit button? if yes, how you "recover" the sub