Code: Select all
echo '<strong>Firstname:</strong> '. $rowї'FirstName'];Firstname: Firstname( whatever is retrieved from this field in the table )
But instead of printing this i want it to appear in a text box
So why doesn't this work:
Code: Select all
<input type="text" name="first" size="25" id="fname" value="<?php $rowї'FirstName']?>">