Hi Frnds,
Am New For PHP... Here i had create an php code about ADD TWO VALUES but i have been contain Error
Code is here
<?php
$a;
$b;
$num;
echo "Enter the First Value : ";
echo "Enter the Second Value : ";
$num = $a + $b;
echo "The Result is :"$num;
?>
If any mistake plz correct me
by sr_vishnukumar