[PHP-DB] query error

2002-05-04 Thread erich
when i perform query an mysql db, to insert a new record, the PHP says: Warning: Supplied argument is not a valid MySQL result resource in g:\wwwroot\phpusermanager-1.0\add_order.php on line 24 the snippet is as follows why the argument isn't valid? how to solve this problem? -- PHP Databa

Re: [PHP-DB] updating several rows with a single form

2002-05-04 Thread Miles Thompson
Go to Julie Meloni's site at http://www.thickbook.com and have a look at the tutorials, or any of the tutorials listed on the PHP home page, or at DevShed, or PHPBuilder, or WebMonkey, or Zend. There are lots to choose from. Miles Thompson At 07:55 PM 5/4/2002 +0200, Antoine Panier wrote: >Hi

[PHP-DB] updating several rows with a single form

2002-05-04 Thread Antoine Panier
Hi all, Newbie's trouble: I can't figure out how to build a form and a script to update/delete several rows from a mysql table with a single form. I would need to list all the rows of a table, and be able to change the content of one column. With a single submission ... Any idea would be much app

[PHP-DB] Fatal error : Call to undefined function dbmopen()

2002-05-04 Thread Bernard Chamberland
Hello, On 1st May, I posted the following message to the PHP General newsgroup but could not get any answer. Thanks for any help... Bernard --- I run PHP 4.0.4 on a Redhat 7.1 I receive the following message 'Fatal error : Call to undefined function dbmopen()' when tryi

Re: [PHP-DB] Maximum field length with PHP 4.1.2/MSSQL v7 ?

2002-05-04 Thread Chris MacKenzie
"Frank M. Kromann" wrote: Many thanks Frank, changing from varchar to text did indeed fix the problem. On reflection, I do now remember reading about this on another mailing list, it's a pitty my memory failed me when I needed it the most :-) > The tool used to build the MSSQL extension for PHP