PHP kullanarak bir tablo html 'post' butonu ile Problem

0 Cevap php

Ben html ve PHP, ve ben etrafında almak gibi olamaz bir sorun var nispeten yeni duyuyorum.

Temelde, bir masa var ve onlar bu satırı düzenleyebilirsiniz başka bir sayfaya kullanıcı alacak gönder düğmesine bir hücrelerden birinin içinde olmasını istiyorum.

Ben bunun dışında yeni sayfaya kullanıcıya göndermek için düğmeye alınamıyor gerçeğinden, sadece aynı sayfaya değişken nakleder yerde bu için makine hepsi var.

İlgili kodu:

 if ($Started==0){
      $TABLE.="<td align='center' width=220><font size='2'>Evaluation not yet available.<br><br>";
      $TABLE.="<form action='request.php' method='post' style='margin:6; text-align:center;'><INPUT TYPE='submit' NAME='toedit' VALUE='Edit'></FORM>";
    } 

Where request.php is another page (which is working, and another form button (a link) works fine with this button. On submitting, however, the page with the submit button reloads with the extra text:
?Run_form_in=420&toedit=Edit in the address.

Başlatan sadece 0 veya 1 olarak ayarlanmış bir durumdur, ve gayet iyi çalışıyor.

Şimdiden teşekkürler!

0 Cevap