i am not very understand about wht did u mean, let say here is the 2 table that need to insert the data, how should i do, can u make it more clear?i am new in programing.
$query = "INSERT INTO listofitem (NamaPeralatan,Jenama) VALUES ('$NamaPeralatan','$Jenama')";
$query2="Insert into iteminformation(Price,Noreferense)VALUES('$Price,'$Noreference')
mysql_query($query ) or die('Error insert query failed')