sirjohn Posted October 6, 2006 Share Posted October 6, 2006 I have a table with 1 column and 2 rows. The top row has my banner with links in it. The bottom row is blank except for a background image. I am trying to load the different php pages in this empty table. Is it possible? I hope I explained the situation well enough.Thanks Link to comment https://forums.phpfreaks.com/topic/23227-help-with-loading-php-scripts-in-table/ Share on other sites More sharing options...
Tandem Posted October 6, 2006 Share Posted October 6, 2006 include'blah.php'; might be what you're looking for. Link to comment https://forums.phpfreaks.com/topic/23227-help-with-loading-php-scripts-in-table/#findComment-105299 Share on other sites More sharing options...
sirjohn Posted October 6, 2006 Author Share Posted October 6, 2006 Yes. Thats what I use to call the scripts there. But I dont think I have explained well enough.This is the table setup I have. I have this main page with a table that I want to load content into the bottom section of. ____________| banner here ||__with links__|| || this is where || i want links ||___to load___|I have 4 links to 4 different pages. I want to load the page of the link I click on into the bottom table. Link to comment https://forums.phpfreaks.com/topic/23227-help-with-loading-php-scripts-in-table/#findComment-105305 Share on other sites More sharing options...
Tandem Posted October 6, 2006 Share Posted October 6, 2006 I think your looking for html frames. Put a frame inside the table, name it something, e.g content, and put target="content" inside your <a> tags. Try googling it for the property info and stuff like that. Link to comment https://forums.phpfreaks.com/topic/23227-help-with-loading-php-scripts-in-table/#findComment-105308 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.