Contact: aviboots(AT)netvision.net.il
41,504 questions
54,091 answers
573 users
$x = 3; $y = 5; echo "The total is: " . ($x + $y); /* run: The total is: 8 */