Inserting rows into multiple MySQL table from a single PHP page

Hi,

I am a newbie to the PHP. I am trying to develop an application to generate a quotation and stucked in the first page itself. Here is my problem, I have two tables which are

Quotation Master
Quote_ID
Quote_name
Customer_name

Quotation_details
quote_det_id
quote_id
prod_code
qty
total_price

I need this both table to be inserted from one page since quotation_details table can have multiple records.

Any ideas would be greatly appreciated

Thanks in advance

Shafeeq

Read this page: http://www.w3schools.com/php/php_mysql_select.asp

Sponsor our Newsletter | Privacy Policy | Terms of Service