Using PHP to populate a form, I am not able to display any text area data -- it displays as blank.
[code=php]
<?php echo "<textarea rows=11 cols=120 name=inc_descr value='".$incde scr."'></textarea>"; ?>
[/code]
The value might be "Patient stumbled on his shoelaces and fell to the floor. Staff were unable to get to the patient to break his fall."
Using the code above, the text area is blank.
Thanks,
jej1216
[code=php]
<?php echo "<textarea rows=11 cols=120 name=inc_descr value='".$incde scr."'></textarea>"; ?>
[/code]
The value might be "Patient stumbled on his shoelaces and fell to the floor. Staff were unable to get to the patient to break his fall."
Using the code above, the text area is blank.
Thanks,
jej1216
Comment