christina_rules
09-07-2007, 07:45 AM
i used this:
<input type="file" name="sth" value="<?php $rows['sth']?>" /> to display the file name from database. but the name doesn't appear on the field? can anyone tell me how to solve this problem?
<input type="file" name="sth" value="<?php $rows['sth']?>" /> to display the file name from database. but the name doesn't appear on the field? can anyone tell me how to solve this problem?