PHP what is it again

Associate
Joined
8 Dec 2008
Posts
997
Location
Liverpool
The reason for my question is I'm hoping to do a little 3rd party online game tools development.

Now I understand most of what I need

OS- the server will most likely run under windows server or linux

Html - Code for info to be displayed

CSS - code for how to display your HTML

CGI scripts - to be written in Python to provide the 'guts' of the program using HTML as I/O

SQL - Databasing functions

My question is .....

Where does PHP fit into all of this and what does it do exactly?
 
The outline of the project would be .

1. Receive info pulled from an API.

2. Upload parsed logs.

3. Possibly upload 'cache scraped' data if I can work out how to do that.

4. Compile and compare above.

5. Several calculators based on the database.

6. Display relevant info
 
Back
Top Bottom