11
Hello,
That's very simple. When you navigate a website, your browser gets some pages written in HTML (Hyper-Text Mark-up Langage) from a remote server (aka a remote computer on which the website is hosted). If the site is very simple, the server just sends HTML pages stored on it. But on some sites (like this), the page is dynamically made by the server, meaning that the server has to link some parts of code in order to built the webpage before sending it. The programm which indicates to the server what to do is called PHP (Php Hypertext Preprocessor). Note that there exist some other programms that do the same thing as PHP, but PHP is well-known and free.
When you're using a CMS (Content Management System, for example XOOPS
), you have a large amount of data to store. The great idea is then to use a databank. Here comes MySQL (Structure Query Langage), an other free and well-known programm, to handle this databank. Again, you can find other SQL-software, but XOOPS runs only with MySQL for now.
And last, but not the least, Apache (please check the name, it's not apahce) is the name of a webserver.
All of these programms can be installed with easyphp (works only on PC, if you're on a mac, you will have to do it manually), and you can find it
here.Once PHP, MySQL and Apache are on your computer, you can install Xoops.
Happy Xoopsing and bye.
Edited: Cuckson was quicker than me to answer! Sorry.