Working with PHP Arrays and Objects

Working with PHP Arrays and Objects

Working With PHP Arrays and Objects When working with PHP arrays and objects, it is important to be aware of the different ways to access them. You can either assign a variable to an array or access the public properties of an object as an array. In addition, you can use the PHP functions for … Read more

PHP Database Connectivity Basics

PHP Database Connectivity Basics

PHP Database Connectivity Basics When a web application needs to connect to a database, there are several different options available to it. Some of these are purely for development purposes, while others are for production use. It’s best to learn what these options are before attempting to connect to a database on your server. SELECT … Read more