PHP-MySql
Hi there,
I have some simple question regrding PHP-MySql.I wanto develope a simple form containts name,address,id,detail,date etc.I connected to MySql database insert,select works fine!!
My Problem is that in Detail part,it long text in table as a field.you can insert as much information you want but each information in detail part containts unique price,
for example
Detail Amt
1)try £20.99
2)try £10.99
.
.
.
150)try £23.34
.
.
234)try £32.99
detail part is one textbox and all prices are different textboxes,how can i take all prices as a input??i can't show 150 or 250 textboxes on one page main problem is how to store on table???
Please give me som hints!!
Thanks you.
|