|
Posted by mbstevens on 11/17/05 22:35
Steve wrote:
> Ahh sorry - yes, I forget to mention that I don't wanna use any server side
> languages if at all possible...
>
> S.
>
>
>
> ??>> Can anyone help me with this little problem? I just want to be
> ??>> able to pull in a small (say 3 or 4 lines) external text file of
> ??>> gig dates into a table cell on my band website. Am I right in
> ??>> thinking the only way to go about this is by making it an .xml
> ??>> file, then turning each of my pages into XSLT pages and then
> ??>> referencing the .xml and displaying client side? This all seems
> ??>> extremely complicated!! Is there an easier way I have completely
> ??>> overlooked?! If anyone could help me I'm really looking for help
> ??>> learning something new here :-)
>
> BtS> A PHP include? I'm asking because I've never done this inside a
> BtS> table, but it seems like it would work.
>
>
> With best regards, Steve. E-mail: luckylucky200@hotmail.com
>
>
Also possible are SSI, using preprocessing then uploading, or generating
the pages server side. Just be sure that whatever you put inside that
cell is valid to put there. Which way you choose to do it depends on
what is available and what your privileges are on the server.
--
mbstevens
http://www.mbstevens.com/preprocessor
[Back to original message]
|