Posts by Gus Kiv • 1 point
2 posts
-
0
votes3
answers842
viewsQ: Do you have to make the user type the number of rows and columns of a table and this table appears in PHP?
I must create a code that the user can enter the number of rows and columns a table should have, and this table should appear to the user. I try this code here, but the table does not appear with…
-
-4
votes1
answer328
viewsQ: Error "Invalid argument supplied for foreach()" and "Undefined index" in PHP form
I must create 20 inputs that when filled out should show what was typed in them right below, using arrays and foreach, here is the code below: function repeteInput(){ for($i = 1; $i <= 20; $i++){…