Konu
Html-Php buton kontrolü
06-04-2013, 11:28:44
#2
ulast
<form action="ikinci.php" method="post">
<input type="text" name="yazi">
<input type="submit" value="gönder">
</form>
ikinci.php;
<?
$gelenyazi = $_POST['yazi'];
echo $gelenyazi;
?>