Şu anda ben localhost Senaryoyu çalıştırdığınızda benim soru ne formu bize geliştiriyorum, adı alanı ve e-posta alan içinde hata gibi göründü:
(<br /><b>Notice</b>: Undefined index: name in <b>E:\wamp\www\rrr\btech\index.php</b> on line <b>49</b><br />)
(<br /><b>Notice</b>: Undefined index: email in <b>E:\wamp\www\rrr\btech\index.php</b> on line <b>49</b><br />)
sonra yanıt tanımsız sözdizimi hatası olacaktır gönderin tıklayın.
<tr>
<td valign="bottom"><span class="contactus-txt">
<input name="textfield222" type="text" class="contact-field" style="width:125px;" value="<?php echo $_GET['name'];?>" />
</span></td>
<td valign="bottom"><span class="contactus-txt">
<input name="textfield2222" type="text" class="contact-field" style="width:125px;" value="<?php echo $_GET['Email-Id'];?>"/>
</span></td>
</tr>
Ben html kodu kullanılır.
Herhangi bir ne yaptım hata bana söyleyebilir?