Updating
[insert_php]
$fname=$_POST[“fname”];
echo(“Name is “.$fname);
[/insert_php]