Shadowing Posted December 8, 2011 Share Posted December 8, 2011 is there some sort of way to place something on a page so that when I have a echo i can make it display there? php can get things from forms can it place text somewhere? if so what references should I be reading to do it. was hoping there was a way to make a box and have it display inside a box to where i put the box on the webpage Link to comment https://forums.phpfreaks.com/topic/252789-changing-the-location-of-a-echo-from-php/ Share on other sites More sharing options...
sunfighter Posted December 9, 2011 Share Posted December 9, 2011 Your php: $TheAnyPlaceString = 'What I want to show up': In the HTML box (maybe it's a div ?) PUT <?php echo $TheAnyPlaceString; ?> and it will magically appear. Link to comment https://forums.phpfreaks.com/topic/252789-changing-the-location-of-a-echo-from-php/#findComment-1296073 Share on other sites More sharing options...
OOP Posted December 9, 2011 Share Posted December 9, 2011 Hi there, Do you mean that you have a variable in one page and you want to display it in another page? regards Link to comment https://forums.phpfreaks.com/topic/252789-changing-the-location-of-a-echo-from-php/#findComment-1296083 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.