Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: May 3, 2022

Advanced

Here we will be learning about advanced concepts of PHP like OOPs Features, handling cookies, file handling, sessions, and exceptions, which are essential for creating the production-level web apps.
Introduction to OOP in PHP
In this article, we will be introduced to the object-oriented paradigm adopted by PHP.
How To Convert Object To Array In PHP(With Example) EASY
In this blog, we will learn about how to convert an object to an array in PHP?
PHP date and time
We will look at the PHP date and time, including the date() function and how to get the date and time. Furthermore, we will learn about Automatic Copyright Year and reaching your time zone. At last, we will create a Date with mktime().
PHP Developer Tools EASY
This article covers the various PHP Developer Tools along with their Hardware requirements, software requirements, and features.
PHP Include Files
This article discusses PHP Include Files and their uses. We talk about why it is a good idea to learn PHP Include Files and how PHP Include Files makes the life of a developer easier.
Form Handling in PHP EASY
In this blog, we learn about how PHP handles forms, and validates the data sent to the server.
PHP File Handling
We can create, open, read, write and manipulate files using PHP. In this blog, we are discussing PHP file handling
Author Ranjul
2 upvotes
PHP Error Reporting EASY
In this blog, we will discuss the PHP reporting function in detail with its syntax, parameters, return value, and some examples.
PHP Cookie EASY
Explore the essentials of PHP cookies, from setting and retrieving them to enhancing user experience and managing data on your website. Dive into our comprehensive article for expert insights.
Author Ranjul
2 upvotes
PHP Sessions
PHP sessions save data on the server rather than the user's machine and reuse it across pages. In this blog, we are discussing PHP sessions.
Author Ranjul
2 upvotes
PHP Filters
PHP filters validate and sanitize external input. Functions in the PHP filters make data validation easier and faster. In this blog, we discuss PHP filters.
Author Ranjul
2 upvotes
PHP callback function EASY
A PHP callback function is a function that is supplied as an input to another function. In this blog, we are discussing the PHP callback function.
Author Ranjul
2 upvotes
PHP and JSON
PHP is a general-purpose scripting language. JSON is a lightweight format used for storing and transporting data. In this blog, we are discussing PHP and JSON.
Author Ranjul
2 upvotes
PHP exceptions
PHP exceptions are objects thrown by functions and classes when an error occurs in a program, and it gives a description of the error.
Author Ranjul
2 upvotes
How to Create and Use phpinfo
This article discusses the topic of creating and using phpinfo page for your site’s server.