Jump to content

shihabudheen

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by shihabudheen

  1. thanks for reply..plz tell how can i post the value from t[1][2 ]?$a = $_POST["t".$j.$i];??
  2. tx for reply..i want to create more than hundread textbox,so that giving name directly is to difficult.plz tell how can i create and give name to textbox using for loop.. <?php echo "<table border=0>"; for ($j = 1; $j <= 40; $j++) { echo "<tr>"; for ($i = 1; $i <= 7; $i++) { echo "<td>"; echo "<input type=text name=t.[$j].[$i] >";//here getting mistakes :( echo"</td>"; } echo "</tr>"; } echo "</table>"; ?>
  3. i want insert data from text box in html form.there are many text boxes gave name using 2 loops..plz tell how can insert data to table?plz reply [attachment deleted by admin]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.