Posts for PHP

PHP is a general-purpose programming language originally designed for web development.
Deven
Deven wrote

Building the login system with PHP 7.3.3 and MySQL

PHP is a server-side scripting language. You can develop Static websites or Dynamic websites or Web applications by using PHP. The full form of PHP is Hypertext Pre-processor. But earlier, it was stood for Personal Home Pages. You can do tons of web-related things with the help of PHP but in this tutorial, we are […]

October 28, 2021 in PHP & Tutorials
Deven
Deven wrote

Best PHP Frameworks to Use in 2020

PHP is turning 25 this year. It’s an old-timer along with Java, C++, C#, and others. However, even now, when it comes to web development, you cannot but think of PHP first, along with JS, Python, HTML, and CSS, for sure. PHP is a broadly used general-purpose scripting language that is particularly suited for web […]

November 19, 2020 in Dev Tips & PHP

Convert PHP Object To JSON | PHP Array To JSON

Since JSON is a ubiquitous data format for sharing and storing data, a PHP backend must allow JSON data processing. In this tutorial, we’ll learn about the JSON format and convert PHP Object to JSON. Contents Definitions Array Object Json json_encode Function json_decode Function PHP Array to JSON JSON To PHP Array PHP Object to […]

August 23, 2020 in PHP & Snippets