On Mon, 25 Oct 2004 08:27:44 -0600, Taneem A T thezeropoint@gmail.com wrote:
2 thing I am trying to accomplish.
Parse a RSS feed from another site to display it on mine.
Put the latest Forum posts from my boards on the wiki main page.
I basically wanted to do the exact same thing and I posted the same question a few days ago ... the answer I was given is that for security reasons you can't include PHP in any editable page, whether you are sysop or not (someone please tell me I am wrong?? ;) )
That being said, I thought of two other options:
- Using a flash movie to pull the php data and display it.
- Tinker with the php in the page generation files directly.
I haven't had time yet to fully explore either option, but that's all I can help you with for now!
Taneem Talukdar http://www.dheo.com/
Well I have figured out how to enable full html code. This allows me to add javascript. However I do not know enough about javascript to make it include a php file. I have gotten it to open a new window with my code but have yet to get it in the wiki page itself.
I think if I could somehow use javascript to include the php file I could solve my problem. However I do not know if this is possible with javascript.
Shane