PHP
PHP is a scripting language, a bit like JavaScript, however, instead of being executed by the users browser, it is interpreted by the web server where the website resides, which produces HTML that the end user sees. It is known as a server-side scripting language. Again, as with JavaScript, it can be embedded into HTML and used to make a web page more dynamic. It can also be used to interact with a database such as, MySQL, PostgreSQL or Oracle, to store and retrieve content.
The Basics
- Getting Started
- Variables
- Constants
- Operators
- String Manipulation
- Dates and Times
- Decision Making
- Loops
- Functions
- Arrays
- Include and Require
- MySQL Introduction
- MySQL - Selecting Data
- MySQL - Inserting Data
- MySQL - Updating Data
- MySQL - Deleting Data
- MySQL - Importing Data
- MySQL - Exporting Data
- MySQL - Geneating Data
- SQL Server Introduction
- SQL Server - Selecting Data
- SQL Server - Inserting Data
- SQL Server - Updating Data
- SQL Server - Deleting Data
- SQL Server - Importing Data
- SQL Server - Exporting Data
- SQL Server - Generating Data
- Object-Oriented PHP
- Inheritance