All Stories

Using PHPDoc With PHP 7 - And Actually Making it Work

Creating documentation that explains what each class, function, or variable does without having to read through the entire code

John H. John H.
14 minutes

PHP Tools Updates (July 2019)

New features are available to PHP Tools - for both Visual Studio and Visual Studio Code!

Devsense Devsense
5 minutes

PHP Basics: Forms, GET, and POST

How to request information from users and how to retrieve what they have written

John H. John H.
23 minutes

Creating a PHP API for Logging Messages Calls

A simple response system in PHP

John H. John H.
11 minutes

PHP For Beginners - Part 1: Variables, Functions, Classes

Building up the most basic program in PHP

John H. John H.
22 minutes

How to set up a PHP web server environment - Step by step

Set up a server with PHP that can connect to a Microsoft SQL database.

John H. John H.
17 minutes