More than 80% of the internet websites and web applications today are developed in PHP. PHP is a very popular object oriented programming language and ideally suited for developing applications for the web.
This section contains articles related to programming in PHP in a LAMP (Linux-Apache-MySQL-PHP) environment. Though, all the concepts and codes provided here will apply and run on windows and Mac environments as well.
In this article you will learn how to setup multiple websites on your Computer to run under the XAMPP environment and serve pages just like any other internet server.
This article deals with installation of all related software in your windows PC to set up a PHP development environment, so that you can begin developing applications in PHP programming language using MySQL/MariaDB database for storing data.
An introduction to PHP as the backend programming language for building websites and web based applications.
How to move your Email accounts from one hosting provider to another without losing any mails?
How to resolve the issue of receiving same email message multiple times when using Outlook?
Self Referential Data Structure in C - create a singly linked list
Mosquito Demystified - interesting facts about mosquitoes
Elements of the C Language - Identifiers, Keywords, Data types and Data objects
How to pass Structure as a parameter to a function in C?