PDA

View Full Version : php include() alternative


eBoundary
11-30-2003, 02:26 AM
I'm trying to make a tempate for your software that'll match the overall look of the rest of my site. Obviously, i can't use php in the template files. I'm looking to call a text file from a url. Are there any functions in your code that would allow me to do this, or any way you can think of to get around this problem?

gummyAvenger
11-30-2003, 12:29 PM
I don't have time to look for it right now (though it shouldn't be too hard to find), but there's a post (I think it's even in this forum category) that I posted in about a month (maybe two?) ago where we worked out a way to include PHP code if I remember correctly.

-Daniel