Results for: "echo"

Contents (69)

Node.js and npm: introductory tutorial
Node.js and npm: introductory tutorial

In this tutorial we will see how to install and use both Node.js and the npm package manager. In addition,…

read more
How to Send Email from an HTML Contact Form
How to Send Email from an HTML Contact Form

In today’s article we will write about how to make a working form that upon hitting that submit button will…

read more
Network attacks and how to avoid them
Network attacks and how to avoid them

Nowadays it is impossible to list all the different types of attacks that can be carried out on a network,…

read more
HTTP Cookies: how they work and how to use them
HTTP Cookies: how they work and how to use them

Today we are going to write about the way to store data in a browser, why websites use cookies and…

read more
The most popular Array Sorting Algorithms In PHP
The most popular Array Sorting Algorithms In PHP

There are many ways to sort an array in PHP, the easiest being to use the sort() function built into…

read more