Okay guys,
First, I'm a total newb to php and have only been doing web design for about a month now. So bear with me.
I designed a page in Dreamweaver 8 using PHP, the goal was to display a couple of news RSS feeds on my front page using XSLT fragments. When I tested it on my local server (my computer) using Apache2, it worked Great!! π
Then I uploaded it to my actual web host and evrything displays but the RSS feeds :mad: I getr an error message that says: " MM_XSLTransform error.
The server could not perform the XSL transformation because an XSLT processor for PHP could not be found. Contact your server administrator and ask them to install an XSLT processor for PHP."
So my host said they dont support XSLT w/Windows hosting and I needed to switch to Linux. Okay I did that. Still doesn't work. So i contacted them again and they said PHP4 doesn't support XSLT and I needed to use PHP5, they said that php4 and 5 are both enabled and that the file I upload needs to specify that it needs PHP5...... π
How do I do that?
Is there something in the code I need to do? If so what and where? I'm so lost right now it's not even funny. Well, okay it's alittle bit funny... :p