[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

[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 code and guesstimate where am I

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