nathanmaxsonadil Posted August 21, 2007 Share Posted August 21, 2007 I was wondering how to add in php? 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"; ?> Link to comment https://forums.phpfreaks.com/topic/65899-solved-php-add/#findComment-329424 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.