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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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.