PHP
PHP is a popular general-purpose scripting language that is especially geaed towards web development.
-
Class
Getting Started with PHP
PHP powers millions of websites on the internet. Take this class to learn how to build dynamic web pages, handle form data, perform database calls, and much more!
-
Tutorial
Managing PHP Dependencies with Composer
Learn how to manage PHP dependencies using Composer. Learn how to install, manage, and list your PHP dependencies.
-
Tutorial
How to deploy a PHP app using Docker
Learn how to deploy a PHP app using Docker. We will use Docker Compose and Dockerfile to build and run our image in a Docker container.
-
Post
How to Print an Array in PHP
Learn how to print out an array in PHP.
-
Post
Create a TinyURL using PHP
Learn how to create a URL shortener with TinyURL using PHP and the TinyURL API.