Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


External text source!!



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> HTML Forum
View previous topic :: View next topic  
Author Message
BONEDADDY



Joined: 06 Oct 2006
Posts: 1
Location: Concord CA

PostPosted: Fri Oct 06, 2006 7:21 am    Post subject: External text source!! Reply with quote

Im making a website and i want it to be as easy as possible for who i am making it for to edit what is on the page. I want it so they can just edit a text file and upload that other then having to deal with the entire page.
Back to top
View user's profile Send private message
johneva
500+ Club


Joined: 29 Oct 2005
Posts: 561
Location: Stafford, England

PostPosted: Fri Oct 06, 2006 12:11 pm    Post subject: Re: External text source!! Reply with quote

Yeah aslong as there server has PHP support you can use an include like so.

Code:

<?php include("news.txt"); ?>


Just replace the news.txt with the file name of your text file.

If there is no PHP support but there is SSI you can do it that way too.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
webmaster
Site Admin


Joined: 17 Aug 2004
Posts: 3646
Location: Sweden

PostPosted: Sat Oct 07, 2006 11:59 am    Post subject: Re: External text source!! Reply with quote

Another way (not as good as johneva's). Is to use iframes. Do only use this if your server doesn't support PHP.
Code:
<iframe src="news.txt"></iframe>
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> HTML Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap