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. Quote Link to comment Share on other sites More sharing options...
GameYin Posted February 11, 2008 Share Posted February 11, 2008 You could use inline frames. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. 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.