Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

php de iki tane istek yapamadım :)


haydari

Öne çıkan mesajlar


if ($simdiki_ip =="78.137.31.181"){

if (isset($_REQUEST['GosterFormlar']))
{
include_once("formlar.html");
}
else
{
echo "<form method='get' action='index.php'>
Formlar: <input name='GosterFormlar' type='hidden' />
<input type='submit' value= ' Formları Göster ' />
</form> <br />";
}
if (isset($_REQUEST['GosterSonKullanma']))
{
include_once("oku.php");
}
else
{
echo " <form method='get' action='index.php'>
Kayıtlar: <input name='GosterSonKullanma' type='hidden' />
<input type='submit' value= ' Son Kullanma Tarihleri Göster ' />
</form>";
}

}

şimdi bana bişe söyleyin,
index.php?GosterFormlar=

gibi ama iki formu da göstersin sayfada
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...