
07-05-2011, 15:24:24
|
| |
Abi bunda hata nerede yavv :S | | dogru yazdıgıma adım kadar eminim. ama bi türlü olmuyor. boş gönderdigim halde bile işlemlerigerçekleştiriyor :s PHP- Kodu:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php
if(isset($_POST["adi"]) and isset($_POST["mail"]) and isset($_POST["mesaj"])){echo "İşlemler gerçekleştiriliyor..";}
if(empty($_POST["adi"]) and empty($_POST["mail"]) and empty($_POST["mesaj"])){?>
<form action="" method="POST" >
<input name="adi" value="" /><br />
<input name="mail" value="" /><br />
<input name="mesaj" value="" /><br />
<input type="submit" />
</form><?php }
?>
Konu SeDaTTR tarafından (07-05-2011 Saat 16:08:45 ) değiştirilmiştir..
|