you can try the below..
<?php
echo $_GET['to'];
echo $_GET['body'];
echo $_GET['from'];
?>
solved Get the url parameters in php
you can try the below..
<?php
echo $_GET['to'];
echo $_GET['body'];
echo $_GET['from'];
?>
solved Get the url parameters in php