Super Global Variables in Php

Introduction The concept of Super global variables was introduced in/after PHP 4.1.0. The superglobal variables are also known as Global Variables/Automatic Globals. Definition Super global variables are pre-defined, built-in variables & are of global scopes and hence always accessible from any …

Loading

Array & String in Php(Examples)

Array Example : How the contents of the Index Array are Displayed in Php? Example : How are the contents of an Array Count in Php? Example : How the contents of an Array are Sort in Ascending Order in Php? Example …

Loading

Basic/Misc Codes in Php

Example : How to make/use comments in different ways in PHP? Example : How to print/display messages in PHP in a different way? Example : How to include/attach other pages in different ways in PHP? Example : How to move/transfer/navigate …

Loading

E-mail Sending Code in Php

Example : How to send email in Php using mail() fucnction [with Static data]. Example : How to send email in Php using mail() fucnction [with Dynamic data]. Example : How to send email in Php by mail() function using …

Loading

Google Chrome Extensions

Example: What is Chrome Extensions? What are its advantages on use? Example: How to Add/install new Chrome extensions in our PC/Laptop? Example: How to see/open the list of installed Chrome extensions in our PC/Laptop? Example: How to delete or enable …

Loading