PDA

View Full Version : get text from external file


caugusto
10-16-2003, 04:14 AM
how can i incert a text in the html from an external file? like a txt file.

I want that the html file get the text locate into the external txt file.

can you help me.? i think that's a simple thing to do.

putts
10-16-2003, 03:45 PM
I think that that is possible by using Server Side Includes.

It's definitely by either using PHP or ASP, as both of those languages have the capability of reading from any type of file.

Do you have the ability on your web host to use either one of these?