faizanafzal
Account Closed
- Impact
- 0


Friend this way you will get no where. Why don't you ask some questions if you have and if possible other people can solve your query.faizanafzal said:Any other buddy can post any other php scripts
<?php
if(!isset($submit))
{
echo "<center><form name='form' method='post' action='$PHP_SELF'>
Your Name: <input type='text' value='' name='name'><br>
<input type='submit' value='Submit' name='submit'>
</form></center>";
}
else
{
echo "<center>Hello $name</center>";
}
?>

