+ 1
Hi brother that is very simple please follow my code
home.HTML
<form action="send.php" method="GET">
<input type="text" name="textco" placeholder="enter text here">
<input type="Submit" value="submet">
</form>
THEN CREATE PHP FILE
<?php
$getName= $_GET['textco'];
echo 'Hi you entered text is'.$getName;
?>
Ok I hope it works well anything else please replay
me@Vinay.s I hope you understand....