Re: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-15 Thread tedd
At 4:00 PM -0700 9/14/07, Ji H. Park wrote: *The question: "How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same

Re: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread brian
Ji H. Park wrote: *The question: "How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same time)?**"* *Here is an

RE: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread Warren Vail
> *The question: "How would you have multiple text input forms (on > shopping cart page) with different inputted data (product quantities) > submitted for querying the database (for changing the quantity of > multiple products in the shopping cart at the same time)?**"* easy, you can cause multip

Re: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread Gavin M. Roy
Name all your input boxes the same thing, and include a similar level hidden input: on your POST $_POST['sku'] && $_POST['qty'] will be arrays, and the ordering will be the same so you can be sure of what index position/sku the qty is for. On 9/14/07, Ji H. Park <[EMAIL PROTECTED]> wrote:

[PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread Ji H. Park
*The question: "How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same time)?**"* *Here is an ideal example to cl

RE: [PHP] About MySQL Tables

2007-08-06 Thread Chris Aitken
> -Original Message- > From: Kelvin Park [mailto:[EMAIL PROTECTED] > > I have two tables that share product codes to relate data. > One table is called IMAGE, and another one is called the PRODUCT. > There are more than one image for every product, for example product > code 1122 will have

Re: [PHP] About MySQL Tables

2007-08-05 Thread Robert Cummings
On Sun, 2007-08-05 at 21:35 -0700, Kelvin Park wrote: > I have two tables that share product codes to relate data. > One table is called IMAGE, and another one is called the PRODUCT. > There are more than one image for every product, for example product > code 1122 will have 3 images and 4938 will

[PHP] About MySQL Tables

2007-08-05 Thread Kelvin Park
I have two tables that share product codes to relate data. One table is called IMAGE, and another one is called the PRODUCT. There are more than one image for every product, for example product code 1122 will have 3 images and 4938 will have 5 images within the IMAGE table. Since all my product

Re: [PHP] About MySQL Recordset pagination...

2001-05-22 Thread py
2, 2001 8:39 PM Subject: [PHP] About MySQL Recordset pagination... Hi all !! I'would like to know if exist in MySQL or PHP functions to implement pagination like ADO (This is for WINDOWS PHP programmers) thanks in advanced !! -- M. Sc. Hassan Arteaga Rodríguez Microsoft Certified System

[PHP] About MySQL Recordset pagination...

2001-05-22 Thread Hassan Arteaga
Hi all !! I'would like to know if exist in MySQL or PHP functions to implement pagination like ADO (This is for WINDOWS PHP programmers) thanks in advanced !! -- M. Sc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer Network Admin, WEB Programmer FUNDYCS, Ltd [EMAIL PROTECTED] --

Re: [PHP] About MySQl and Transactions

2001-05-09 Thread Christian Dechery
At 20:09 9/5/2001 +0200, Fredrik Rodland wrote: >I don't think MySql does not have support for transactions. Try using >another DB - like postgres. yes it does... download Mysql-Max or install BDB in your mysql dist (if you are under *ux or *ix)... Mysql-Max is the newest Mysql dist including

RE: [PHP] About MySQl and Transactions

2001-05-09 Thread Matt Schroebel
You have to have version 3.23 and read this: http://www.mysql.com/doc/C/O/COMMIT.html > From: Hassan Arteaga [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 09, 2001 1:24 PM > How I implements transaccions in MySQL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

Re: [PHP] About MySQl and Transactions

2001-05-09 Thread Fredrik Rodland
I don't think MySql does not have support for transactions. Try using another DB - like postgres. Fredrik On Wed, 9 May 2001, Hassan Arteaga wrote: > Hi all !!! > > I'd like to implement this pseudocode > > 1-open connection with MySQL > 2-beintransaction > 3-add data to table1 > 4-add data t

[PHP] About MySQl and Transactions

2001-05-09 Thread Hassan Arteaga
Hi all !!! I'd like to implement this pseudocode 1-open connection with MySQL 2-beintransaction 3-add data to table1 4-add data to table2 5-commit transacction or die (rollbacktransacciont) How I implements transaccions in MySQL Thanks all !!! -- M. Sc. Hassan Arteaga Rodríguez Microsoft

[PHP] About MySQL

2001-05-01 Thread Hassan Arteaga
Hello to all: I installed mySQL in my PC running Win98, PHP and PWS..I ran an example and all Ok!!! But I have not still been able to run MS SQL'S example, I didn't understand very well that I should make..in spite of the help that friends of the list have offered me. Thanks again !!! --