Javascript is a programming language that is included in web browsers. The language allows web pages to be interactive;
checking user input and changing the content of the web page dynamically.
This web page makes use of Javascript to load the Flash file dynamically, to check for Flash compatibility, and for the functions below.
JQuery
JQuery is a framework written in Javascript that allows intricate interaction with the structure of the web page. You can do simple things like
change the appearance of text and animate sections of the page. You can also make asynchronous calls to the server to update and retrieve data.
PHP/MySQL
PHP is a programming language that creates HTML and returns it to the web browser as a web page.
It is especially useful for interfacing with a MySQL database on the server.
The combination of PHP and MySQL opens the possibility to create, save, display, and change data.