PHP Working With Arrays In this code snippet, we'll learn how to work with arrays in PHP. More specifically we'll learn how to merge PHP Working With JSON In this code snippet, we'll learn how to work with JSON in PHP. You can use json_encode() to serialize and json_decode() PHP Making Requests With CURL In this code snippet, we'll see how to send HTTP requests with curl in PHP. Curl can be used to ReCaptcha V3 Implementation In this post, we'll learn how to implement reCAPTCHA on a website. Recaptcha is used to confirm that the user PHP String Sanitization In this code snippet, we'll learn how to perform string sanitization in PHP. An attacker might try to inject some PHP Reading And Writing Files In this code snippet, we'll learn how to read and write files with PHP. Let’s see the example below. File Uploads With JS And C# Azure Functions In this code snippet, we'll learn how to upload files with Javascript. We will use the input HTML element and set its type Javascript Making Graphs With Chart.js In this code snippet, we'll learn how to make graphs with Chart.js in Javascript. Chart.js is a very nice javascript Javascript Downloads In this code snippet, we'll learn how to perform downloads with Javascript. File downloads can be programmatically started with javascript Javascript Web Workers In this code snippet, we'll look at web workers in Javascript. A web worker is a script that can run < Previous 1 … 9 10 11 12 13 … 26 Next >