I wrote the following code
<?xml version="1.0" ?>
<wml>
<card>
title : <input type="text" name="title" /><br/>
body : <input type="text" name="body" /><br/>
<?php
echo $(title)
?>
</card>
</wml>
the problem How I print the entered value in input text inside php code.