Re: Unable to send variables to MySQL table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<snip>
What is the structure of that table?
</snip>

+---------------+--------------+------+-----+---------+-------+
| Field         | Type         | Null | Key | Default | Extra |
+---------------+--------------+------+-----+---------+-------+
| invoice_no    | int(10)      | YES  |     | NULL    |       |
| item1_desc    | varchar(255) | YES  |     | NULL    |       |
| item1_cost    | float        | YES  |     | NULL    |       |
| item2_desc    | varchar(255) | YES  |     | NULL    |       |
| item2_cost    | float        | YES  |     | NULL    |       |
| item3_desc    | varchar(255) | YES  |     | NULL    |       |
| item3_cost    | float        | YES  |     | NULL    |       |
| item4_desc    | varchar(255) | YES  |     | NULL    |       |
| item4_cost    | float        | YES  |     | NULL    |       |
| delivery_cost | float        | YES  |     | NULL    |       |
| customer_id   | int(10)      | YES  |     | NULL    |       |
| comments      | varchar(255) | YES  |     | NULL    |       |
+---------------+--------------+------+-----+---------+-------+

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux