
admien
-
Posts
9 -
Joined
-
Last visited
Community Answers
-
admien's post in PHP Notice: Undefined offset: 1 in C:\xampp5\htdocs\appname\processform.php on line 107 to total number of columns to be inserted was marked as the answer
I totally changed the php of my app. it is resolved by creating 5 difference foreach loops and 5 difference keys that gonna be used in the foreach loops.
I did that because I have to have 5 separated tables to input different data but need to be inserted into one detail table and one header table. Thank you