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