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 Pretty Print JSON in PHP
Learn how to pretty print JSON in PHP.
-
Post
How to Remove the Last Character from a String in PHP
Learn how to remove the last character from a string in PHP.
-
Post
How to Post JSON Data using cURL in PHP
Learn how to post JSON data using cURL in PHP.
-
Post
How to Concatenate Strings in PHP
Learn how to concatenate strings in PHP.
-
Post
How to get the Domain Name from URL in PHP
Learn how to get the domain name from a URL in PHP.
-
Post
How to Check if an Array is Empty in PHP
Learn how to check if an array is empty in PHP.
-
Post
How to Convert DateTime to String in PHP
Learn how to convert a DateTime object to string in PHP.
-
Post
How to Push Value to Array in PHP
Learn how to push a value to an array in PHP.
-
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.