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! Quote 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" /> Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.