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