hello kirk,
As such I tried executing number of queries.
but it seems there is an error.
actually I have 2 table T1 and T2 in the database D1. I want to insert into both tables using submit through single php script using mysql_query="INSERT id auto_increment PRIMARY KEY, companyid, name, address" in table T1 and
mysql_query="Insert companyid PRIMARY KEY, companyname, companyaddress" in table T2.
The pt. here is I cannot insert information using indivisual separate SQL command in php since both tables are related to each other and normalized. The information I insert into first table should be required in the 2nd table which is in relationship to the particular information of the cliets inserted in the table T1. Other than writing in PL/SQL which I don't have idea whether mySQL supports what is the other way through php script command line?
I would be very thankful if you can post sample script or related document example link or logical answer to it.
Thank you