www.tutorialspoint.com Forum Index
Register FAQMemberlistUsergroupsTutorials PointLog in
Reply to topic Page 1 of 1
This is correct code
Author Message
Reply with quote
Post This is correct code 
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

View user's profile Send private message
Reply with quote
Post Post Confirmation 
Thanks for your post. This post will be reviewed by webmaster and will be online very soon.!

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum