In this series of tutorials, you will learn how to create a basic to-do list web application. This tutorial series is aimed at beginner programmers who may have created a simple webpage/website before or people who are interested in how … Click to read more
Tag: php
How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 11
This is the continuation of a series of tutorials about creating a to-do list web application, if you haven’t checked out the entire tutorial please start from Part 1.
In this part we are going to add code to … Click to read more
How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 10
This is the continuation of a series of tutorials about creating a to-do list web application, if you haven’t checked out the entire tutorial please start from Part 1.
In this part, we are going to add a few … Click to read more
XMLHttpRequest in JavaScript
XMLHttpRequest is an object in JavaScript that allows you to send AJAX requests to the server, it allows you to get a response from the server using an asynchronous process. Asynchronous calls allow you to get a response from the … Click to read more
What is PHP?
PHP is a server-side scripting language used by web developers to create functionality and processes that run on the server in response to a web request. PHP is a recursive acronym that stands for PHP Hypertext Preprocessor. You can use … Click to read more