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
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
> *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
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:
*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
> -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
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
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
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
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]
--
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
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
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
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
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 !!!
--
15 matches
Mail list logo