<?php $num1 = 4000; $num2 = 100; $resul = $num1 - $num2; echo "La resta de num1 + num2 es: ".$resul; ?>
To embed this project on your website, copy the following code and paste it into your website's HTML: