rbadtke Posted December 1, 2011 Share Posted December 1, 2011 Ive added a picture ( where the red frame is i want to put another php page. I use jcow for a social website and on one page i want the jcow frame but inside the page i want to add a php page from different website. can it be done ? can any one help? thanks for your time. [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
Zane Posted December 2, 2011 Share Posted December 2, 2011 Have you tried using the include function built-in to PHP. Quote Link to comment Share on other sites More sharing options...
rbadtke Posted December 2, 2011 Author Share Posted December 2, 2011 thanks for the quick reply but to no avail this not working either here is the code ive been working on so far but it wont work <?php class Auction { function index() { section_content('<!-- Begin Auction --> This is a space for a user Auctions that will be much cheaper then the other Auction sites. include 'http://peepface.net/PeepBids/index.php'; <!-- End Auction -->'); section_close('Auction'); } } ?> 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.