nathanmaxsonadil Posted August 21, 2007 Share Posted August 21, 2007 I was wondering how to add in php? Quote Link to comment https://forums.phpfreaks.com/topic/65899-solved-php-add/ Share on other sites More sharing options...
pocobueno1388 Posted August 21, 2007 Share Posted August 21, 2007 <?php $a = 1; $b = 5; $add = $a + b; echo "$a + $b = $add"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/65899-solved-php-add/#findComment-329424 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.