<?php

		$num1 = 4000;
		$num2 = 100;
	
		$resul = $num1 - $num2;
		echo "La resta de num1 + num2 es: ".$resul; 
	
 ?>

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: