franknu Posted April 15, 2007 Share Posted April 15, 2007 what is the right way to do this. so i can display the value so i can update this echo"<input name=\"Picture1\" type=\"file\" value=\"{$row['Picture1']}\" >"; Please help Link to comment https://forums.phpfreaks.com/topic/47131-how-to-display-values-for-file/ Share on other sites More sharing options...
neel_basu Posted April 15, 2007 Share Posted April 15, 2007 echo"<input name=\"Picture1\" type=\"file\" value=\"".$row['Picture1']."\" >"; Link to comment https://forums.phpfreaks.com/topic/47131-how-to-display-values-for-file/#findComment-229823 Share on other sites More sharing options...
franknu Posted April 15, 2007 Author Share Posted April 15, 2007 that is not working. I am getting nothing there just blank space Link to comment https://forums.phpfreaks.com/topic/47131-how-to-display-values-for-file/#findComment-229850 Share on other sites More sharing options...
franknu Posted April 15, 2007 Author Share Posted April 15, 2007 does any one have an idea Link to comment https://forums.phpfreaks.com/topic/47131-how-to-display-values-for-file/#findComment-229882 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.