How to include elements from different webpages using PHP to my home page - Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more
Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more
Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Webmaster Tech > Programming > PHP Development

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-19-2010, 03:03 AM   #1 (permalink)
Junior Member
 
Join Date: Jan 2010
Posts: 49
Default How to include elements from different webpages using PHP to my home page

I have a homepage (MyHome.php). On the homepage, I'd like to display the latest 3 posts from another page (Post.php). For example. I want to include the first 3 <h1> tags from Post.php into a <div> tag on MyHome.php. Is it possible to do this?
Cynthiya is offline   Reply With Quote
Sponsored Links
Old 01-27-2010, 09:27 AM   #2 (permalink)
Junior Member
 
tejasdj12's Avatar
 
Join Date: Sep 2009
Posts: 2
Default Re: How to include elements from different webpages using PHP to my home page

In PHP, you have functions like inlude("filename"); and require("filename"); which will do this job. If you want you can use the following code:

Your Home page:
Quote:
<div>
<?php include("post.php"); ?>
</div>
If you want only some specific elements from the post.php page, you shuld first declare them as php variables and print their values

Post.php
Quote:
<?php

$heading1 = "<h1>Some text</h1>";
$heading2 = "<h1>Some text</h1>";
$heading3 = "<h1>Some text</h1>";

?>
Home.php

Quote:
<div>
<?php

include("post.php");

echo $heading1;
echo $heading2;
echo $heading3;

?>
</div>
tejasdj12 is offline   Reply With Quote
Old 01-28-2010, 07:18 AM   #3 (permalink)
Junior Member
 
Join Date: Jan 2010
Posts: 49
Default Re: How to include elements from different webpages using PHP to my home page

Thank you tejasdj12. it helps me a lot.
Cynthiya is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 07:56 PM.


Powered by vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
Webmaster Forums
Web Hosting | Chicago Web Hosting | Web Hosting