PDA

View Full Version : Pull text from a file in a folder ?


Roger Sween
03-24-2008, 02:58 AM
Is their a way to add text to my web page dynamically from a text file.

I would like to have a page with plain or rich text and have the page pull the new text from the folder on my web site ( example : root / documents / ) and a file called updates.txt and place that on my web page any time the text file is changed and automatically update the web page text.

I know it will take some code and I do not know where to start on this, Please be so kind and lend a hand.

Thanks in advance.
:rolleyes:

wbdesigner
03-24-2008, 06:12 AM
look for how to do an iframe.
http://forums.avanquestusa.com/aq/showthread.php?t=5347&highlight=iframe
Patti

Roger Sween
03-24-2008, 08:27 PM
Thank you Patti, I will give it a go.