Skip to content

Things to learn in PHP

PHP is one of the most widely used programming languages and it certainly plays a major role in web development. As a PHP web developer… 

Unset() function means in php?

The behavior of unset()  inside of a function can vary depending on what type of variable you are attempting to destroy. If a globalized variable… 

Difference between require() and require_once()?

The require() and require_once() functions perform same work. Both functions will include and evaluates the specific file while executing the code. if include() is not… 

PHP and HTML interact?

PHP is an HTML-embedded server-side scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly. NTC Hosting… 

Multiple inheritance in PHP?

Inheritance is a well-established programming principle, and PHP makes use of this principle in its object model. This principle will affect the way many classes… 

Laravel

Laravel Training Institutes in Gurgaon

Laravel-5 Framework  Training  @ Webs Jyoti Laravel-5 Framework  Training  @ Webs Jyoti : Laravel is a free, open-source PHP web framework, created by Taylor Otwell and… 

Data Sending Ways in PHP

There are some certain ways to send your information or data to the PHP page- Using Form Methods – Get & Post Using Cookies &… 

Error Handling in PHP

Error handling is the process of catching errors from the program and then taking appropriate action. Before proceeding for error handling you should get to… 

PHP – Strings Functions

String functions are the most important functions frequently used in PHP. String is the sequence of characters, like “Let’s learn String functions”. There is no… 

OOPs Concepts – PHP

OOP is intimidating to a lot of developers because it introduces new syntax and, at a glance, appears to be far more complex than simple…