Morris2 Posted October 27, 2011 Share Posted October 27, 2011 Hi there. How do I reflect the text content of the variable $a in this text form: <input type="text" name="artist"> Regards Morris Link to comment https://forums.phpfreaks.com/topic/249924-how-do-i-reflect-the-text-content-of-the-variable-a-in-this-text-form/ Share on other sites More sharing options...
AyKay47 Posted October 27, 2011 Share Posted October 27, 2011 what? Link to comment https://forums.phpfreaks.com/topic/249924-how-do-i-reflect-the-text-content-of-the-variable-a-in-this-text-form/#findComment-1282726 Share on other sites More sharing options...
ManiacDan Posted October 27, 2011 Share Posted October 27, 2011 Welcome to the forums (sort of). Please note that we cannot answer questions this vague. Explain the situation you're in, the problem you've encountered, the steps you've attempted in order to fix it, and why you believe those steps did not work. Link to comment https://forums.phpfreaks.com/topic/249924-how-do-i-reflect-the-text-content-of-the-variable-a-in-this-text-form/#findComment-1282731 Share on other sites More sharing options...
The Little Guy Posted October 27, 2011 Share Posted October 27, 2011 I believe your looking for this: <input type="text" name="artist" value="<?php echo $a; ?>"> Link to comment https://forums.phpfreaks.com/topic/249924-how-do-i-reflect-the-text-content-of-the-variable-a-in-this-text-form/#findComment-1282747 Share on other sites More sharing options...
Morris2 Posted October 27, 2011 Author Share Posted October 27, 2011 This is exactly what I am looking for, thanks! I thought the solution would be simple, so I asked a simple question. Maybe it got too simple;-) Cheers Morris Link to comment https://forums.phpfreaks.com/topic/249924-how-do-i-reflect-the-text-content-of-the-variable-a-in-this-text-form/#findComment-1282832 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.