PHP JSON Encode and Decode
JSON encode decode is one of the most frequently required operations. In this article, we are going to see how to encode and decode JSON usi ...
PHP tutorials and backend development guides covering authentication, forms, security, and database-driven applications. These articles focus on practical PHP patterns used in real-world web projects.
JSON encode decode is one of the most frequently required operations. In this article, we are going to see how to encode and decode JSON usi ...
After a little break, happy to meet PHP readers again. Now, we are going to see PHP functions that are used to get the current date. There a ...
Hashing results in the fingerprint of data provided as an input to hashing functions. We are going to see about two PHP functions that creat ...
In PHP, it supports various request methods depending on which the capabilities and functionalities to be applied to request data before sen ...
When allowing users to enter data into our website, we need to check whether the data is entered by the human. Otherwise, people will use ro ...
$_SERVER is one of the superglobal variables in PHP. It contains information about headers, server, host and etc. For that, it contains a hu ...
If and Else statements are a kind of PHP conditional statements, since it applies one or more conditions upon a block of code, based on whic ...
In this tutorial, let us create a login script with a session in PHP. It has a simple example of implementing user authentication. This exam ...
While displaying images for our websites, it is important to ensure that it could be set within our layout boundary. If not, we need to resi ...
Free PHP contact form script to download and use in your website. Contact form can send email and optionally store information in database. ...