Code:
if($amount==300)
{
echo"Value: <textarea name='input1' id='input1' width='50px' height='500px'></textarea>"."<br/><br/>";
$input1=$_POST['input1'];
When we use $input1 it is showing a message following :
Undefined index: input1 in C:\xampp\htdocs\astrologyProject\inputAmount.php on line 15
What is the problem ?