Posts: 1,752
Threads: 460
Joined: Apr 2011
Reputation:
0
Such as a website like Glome.tk :o How?
Posts: 543
Threads: 102
Joined: Apr 2011
Reputation:
0
06-18-2011, 08:41 AM
(This post was last modified: 06-18-2011, 08:41 AM by equalFahun.)
HTML for the webpages
CSS for styling (like coloring text and positioning stuff and backgrounds, but you can use HTML to do this too)
JavaScript for interactivity
PHP or ASP.NET for processing web forms and updating databases (see below)
MySQL / SQL for databases
Buidism uses Java for the game
Oh and programs that could be written in any code control the servers sending information but you can use web hosting sites (like godaddy) to do that for you
![[Image: 5widdh.png]](http://i51.tinypic.com/5widdh.png)
Siggy by McNoobster!
Posts: 1,586
Threads: 85
Joined: Apr 2011
Reputation:
0
I think you can use HTML or be inefficient and use PHP for everything
Posts: 823
Threads: 75
Joined: Apr 2011
Reputation:
0
HTML is the format of the actual webpage.
CSS is the styling of the webpage.
Javascript is for client-side processing.
PHP (or ASP.NET, although PHP is way better) is used for server-side processing.
MySQL is a database system.
HTML and CSS and Javascript are all client-side, while PHP and MySQL are server-side.