<form action="index.php" method="post">
<input name="kelime" type="text" value="" size="20" />
<input name="videos" type="hidden" value="Videolari" size="20" />
<input type="Submit" value="Video Ara" />
</form>
<tr><td>
<?php 
//aşağıdaki satır 11//
$kelime = $_POST['kelime'];
//aşağıdaki satır 12//
$video = $_POST['videos'];
 
$sonuc = "$kelime $video";
echo "<font size=12 ><strong><a href=\"$kelime.html\" >$sonuc</a></strong></font>"; 
?>
Sayfa Çıktısı
    
Notice: Undefined index: kelime in /var/www/vhosts/hayalolsam.com/httpdocs/game/server3/video/ust.php on line 11
 
Notice: Undefined index: videos in /var/www/vhosts/hayalolsam.com/httpdocs/game/server3/video/ust.php on line 12