Hi Guys, I am not a PHP programmer but I need some help to get by site up and running. If you log onto www.myse.uklinux.net you will see my Mobile Phone web site up and running. The site is written in XHTML and is designed to be used on SonyEricsson Mobile phones.
Anyway, what I want to do sounds very simple,
1) The first thing I want to do is load and render HTML embeded in a page from a file, for instance when I go to the news section of my site I want the article to be loaded from another file on the server and onto the page, the reason for this is that I want to create a PC version of the site and dont want to be limited to the limited formating I am using for the mobile version.
2) If you go into the downloads section you will notive lists of themes, wallpapers and so on. The links are hard coded and are a pain to manage and update. What I want is to store the information for those lists in an XML data source (I dont want to use MySQL) so the lists of files are drawn on the fly from the data source. I want the XML data to be structured like, ThemeType, Image Link, Name, and Source Link. It should not be too difficult but I dont have the time to learn PHP and write it my self.
I dont want to use MySQL at all and prefer to use some form of XML data source.
Any help will be very welcome
Thankx in advance