redgunner Posted August 25, 2010 Share Posted August 25, 2010 Hi, I am very new to php and im trying to work out a bit of code... I googled for help but im just stuck at this point... <input type="text" name="rates1" value="<?php echo $rates; ?>"> How can I echo rates1 to reflect whats in a table... Thanks in advance... Link to comment https://forums.phpfreaks.com/topic/211658-tutorial-for-showing-table-information-in-a-for/ Share on other sites More sharing options...
nethnet Posted August 25, 2010 Share Posted August 25, 2010 Are you trying to get what is in the rates1 field of your form after it is submitted? Or are you trying to dynamically grab the value of that field for use on the current page? Link to comment https://forums.phpfreaks.com/topic/211658-tutorial-for-showing-table-information-in-a-for/#findComment-1103398 Share on other sites More sharing options...
redgunner Posted August 25, 2010 Author Share Posted August 25, 2010 I want it grabbed for a table inside a database with the column rates1... Link to comment https://forums.phpfreaks.com/topic/211658-tutorial-for-showing-table-information-in-a-for/#findComment-1103399 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.