
Benjamin
Staff

Mar 16, 2003, 9:33 AM
Post #4 of 4
(3523 views)
Shortcut
|
|
Re: [jmueller0823] most read articles mod ...
[In reply to]
|
Can't Post
|
|
Hi Jmueller, Sure - PHP includes can be done with the include() or require() functions. So you'd just embed something like: include("test.html"); in your page, and that should bring in the file. However, I have a vague recollection that this only works on a UNIX server... If you're on a Windows server, post me back and I'll dig out my PHP book; I think you need to create a separate function in this case. Ben interactivetools.com
|