O.K. now that I have a button after the data from the xml file
echo "<b>$title - $description - $tmb <input name=\"delete\" type=\"button\" value=\" \">\n</b><br>";}?>
I would like to place the title in a text boxes in order to make changes. I will be adding an update button also.
This is what I did and of course it broke
echo "<b>?> <input name="tupdate" type="text" id="tupdate" value="<?php echo "$title"; ?>" /> - $description - $tmb <input name=\"delete\" type=\"button\" value=\" \">\n</b><br>";}?>
Where am going wrong?