blackcell Posted February 11, 2008 Share Posted February 11, 2008 I want to display page.html within a table of index.html. How do I do this. Google doesn't help because I can't find the right wording. Link to comment https://forums.phpfreaks.com/topic/90497-solved-display-pagehtml-within-indexhtml/ Share on other sites More sharing options...
GameYin Posted February 11, 2008 Share Posted February 11, 2008 You could use inline frames. Link to comment https://forums.phpfreaks.com/topic/90497-solved-display-pagehtml-within-indexhtml/#findComment-463979 Share on other sites More sharing options...
blackcell Posted February 11, 2008 Author Share Posted February 11, 2008 I need to be able to process php within. I am wanting to add custom forum code that will enable me to do some basic math with interaction to a mysql database. The catch is I think I have to do the code through html. I think I need to look into <object>s Link to comment https://forums.phpfreaks.com/topic/90497-solved-display-pagehtml-within-indexhtml/#findComment-463993 Share on other sites More sharing options...
phpQuestioner Posted February 11, 2008 Share Posted February 11, 2008 You can use AJAX or you can use iframes or frames. If you use the later; just target your i/frames; so that any action that takes place in your html page (that was meant to occur in your php page) will be sent to your php page. Link to comment https://forums.phpfreaks.com/topic/90497-solved-display-pagehtml-within-indexhtml/#findComment-464288 Share on other sites More sharing options...
GameYin Posted February 12, 2008 Share Posted February 12, 2008 I was tired, I don't even know why the heck I said in-line frames ??? ??? I meant Iframes Link to comment https://forums.phpfreaks.com/topic/90497-solved-display-pagehtml-within-indexhtml/#findComment-464802 Share on other sites More sharing options...
aircooled57 Posted February 17, 2008 Share Posted February 17, 2008 yeah an iframe would be a good way of doing it. Link to comment https://forums.phpfreaks.com/topic/90497-solved-display-pagehtml-within-indexhtml/#findComment-469160 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.