私は、すべて同じ名前のテキストボックスの配列を取り入れてきました。たとえば、そのうちの1つは次のようになります。
<input type=text name="serial[]">
<input type=text name="serial[]">
<input type=text name="serial[]">
<input type=text name="serial[]">
それから私はそれらを次のように取り入れています:
$ altSerial = $ _POST ['serial'];
しかし、変数が定義されていないというエラーが発生し続けます。
任意のヒント?