File "addition.php"

Full Path: /home/analogde/www/XTRAIL/WORKAREA/addition.php
File size: 55 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
	echo "A+B =".($_POST["strA"]+$_POST["strB"]);
?>