Yes, the front desk has a table, you can dynamically add rows, such as the original 4 TD, as follows:
Click the Add Record button to add a line below, as follows:
Then click and then add, ask this value in the background how to get ah? PLUGNAME1, TESTNAME1, etc. this dynamic increment value. Thank you.
Reply to discussion (solution)
Named
Name= "plugname[]"
Read
echo $_post[' Plugname ' [$i];
and general submissions should be no different. Forms, Ajax can do it.
Named
Name= "plugname[]"
Read
echo $_post[' Plugname ' [$i];
Thank you to the bamboo big, this specific what meaning,
$name = "plugname[]";
Where is this name called?
Named
Name= "plugname[]"
Read
echo $_post[' Plugname ' [$i];
Thank you to the bamboo big, this specific what meaning,
$name = "plugname[]";
Where is this name called?
The service side processes the received data.
Named
Name= "plugname[]"
Read
echo $_post[' Plugname ' [$i];
Thank you to the bamboo big, this specific what meaning,
$name = "plugname[]";
Where is this name called?
The service side processes the received data.
Thank you, I know, but how is this $i initialized?
for ($i = 0; $i < count ($_post[' plugname '); $i + +) {
echo $_post[' Plugname ' [$i];
}
for ($i = 0; $i < count ($_post[' plugname '); $i + +) {
echo $_post[' Plugname ' [$i];
}
Already can, thank you very much, give points