PHP course online
PHP is a popular server-side language - it powers logins, forms, shopping carts and communication with a database. On BitWizards you start with console PHP in your browser, then move on to exercises with a real MySQL database.
What you will learn
- PHP syntax:
echo, variables, types, operators. - Conditional statements, loops, arrays (indexed and associative), functions.
- Connecting PHP to a MySQL database: reading and writing data.
- Generating dynamic HTML and previewing the result.
How you learn on BitWizards
- Console PHP runs in the browser - you see the output of
echoright away. - PHP exercises with a database run in an isolated server environment: every student gets their own, secure database.
- Automatic checking and a preview of the generated page.
PHP and the INF.03 exam
PHP is the heart of the server-side part of INF.03 (Polish vocational IT qualification). Together with HTML and CSS, JavaScript and SQL/MySQL it makes up a complete web application.