Why programmers hate php: Is it that bad?

Here’s a fun fact: PHP is the widely used programming language today but ironically, the most hated among developers! Are you anticipating becoming a reputable developer but you feel confused since you might have heard or read somewhere that PHP is bad? Relax,...

How to insert unique data in PHP

Introduction Whatever we see on our website, it is either saved within HTML or being fetched from a table. The HTML has a script file attached with it which calls backend, where SQL codes are written. These SQL codes interact with database. In this article we will...

How to send a response in PHP

Introduction Whatever we see on our website, it is either saved within HTML or being fetched from a table. The HTML has a script file attached with it which calls backend, where SQL codes are written. These SQL codes interact with database. In this article we will...

How to use WHERE condition in PHP

Introduction Whatever we see on our website, it is either saved within HTML or being fetched from a table. The HTML has a script file attached with it which calls backend, where SQL codes are written. These SQL codes interact with database. In this article we will...

How to read incoming array data in a PHP file

Introduction Whatever we see on our website, it is either saved within HTML or being fetched from a table. The HTML has a script file attached with it which calls backend, where SQL codes are written. These SQL codes interact with database. In this article we will...