$sql="INSERT INTO sales ( date, po )
VALUES
('$_POST[date]','$_POST[po]')
select('$_POST[date]'.'$_POST[po]')";
how can i insert multiple in "po" field
i want to insert more information in "po" just like the products, quantity, total amount! how would i insert multiple data in "po"
will i use another table on this!
pls help me on this!
if i could just attached image i love it but stackoverflow didnt allow new user to attached image
edit: Reformatted codeblock