Navajo Posted February 24, 2009 Share Posted February 24, 2009 So I have for example: echo $pid; How do I get the value of pid to show up into an editable text box? The value of pid is a string "james". thanks! Link to comment https://forums.phpfreaks.com/topic/146688-solved-data-into-a-text-box/ Share on other sites More sharing options...
Julian Posted February 24, 2009 Share Posted February 24, 2009 <input name="pid" type="text" id="pid" value="<?php echo $pid; ?>" size="32" /> Link to comment https://forums.phpfreaks.com/topic/146688-solved-data-into-a-text-box/#findComment-770097 Share on other sites More sharing options...
Navajo Posted February 24, 2009 Author Share Posted February 24, 2009 thanks Link to comment https://forums.phpfreaks.com/topic/146688-solved-data-into-a-text-box/#findComment-770102 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.