A person who writes a program is called a programmer. To perform any task, programmer writes the set of instructions or programs in one of the many programming languages. programming , with regard to computer…
Posts published in “Programming”
INTRODUCTION A program is a set of instructions, which when executed, makes the computer work in a particular manner . programs are an integral part of a computer . computer will be useless if it…
Difference between include() and require() functions? This both functions help to include the content of other PHP files into another PHP file. Including files is very useful when you want to include the same PHP,…
In this tutorial, I’m going to show how to create a login page in PHP, creating a login page for beginner is a big problem. I’m trying to keep this easy so you can understand…
In this PHP tutorial, I’m going to talk about how to POST and GET JSON Data using PHP cURL, the cURL library is used for sending and receiving data on the web and used by the…
In this tutorial, I am going to share how you can get information about your memory and CPU usage in PHP, optimizing server memory is a big problem and you may have to face server…