Published date: January 3, 2020 1:21 pm
Location: A-1/17, Janak Puri West, Main Najafgarh Road, New Delhi-58, delhi, delhi, india
Introduction
How PHP works with the web Server
How PHP works with the Web Server
Hardware and Software requirements
What a PHP script looks like
Saving data for later
Basic PHP syntax
PHP data types
Operators
Variable manipulation
Dynamic variables
String in PHP
Control Structures
The if statement
Using the else clause with if statement
The switch statement
Using the operator
The while statement
The do while statement
The for statement
Breaking out of loops
Nesting loops
Summary
Functions
What a function
Defining a function
Returning value from function
User-defined functions
Dynamic function calls
Variable scope
Accessing variable with the global statement
Function calls with the static statement
Setting default values for arguments
Passing arguments to a function by value
Passing arguments to a function by reference
Testing for function existence Arrays
Single-Dimensional Arrays
Multidimensional Arrays
Casting Arrays
Associative arrays
Accessing arrays
Getting the size of an array
Looping through an array
Looping through an associative array
Examining arrays
Joining arrays
Sorting arrays
Sorting an associative arrays
4.0 Working with Forms
Forms
Super global variables
The server array
A script to acquire user input
Importing user input
Accessing user input
Combine HTML and PHP code
Using hidden fields
Redirecting the user
File upload and scripts
5.0 The File System
Creating and deleting a file
Reading and writing text files
Working with directories in PHP
Checking for existence of file
Determining file size
Database My SQL
Introduction to SQL
Connecting to the MYSQL
Selecting a database
Finding out about errors
Adding data to a table
Acquiring the value
Finding the number of rows
Inserting data
Entering and updating data
Executing multiple queries
Classes And Objects
Objects oriented programming
Define a class
An Object
Creating an object
Object properties
Object methods
Object constructors and destructors
Class constants
Class inheritance
Abstract classes and methods
Object serialization
Checking for class and method existence
Exceptions
Iterators
Session
What is session
Starting a session
Working with session variables
Destroying session
Passing session Ids
Encoding and decoding session variables
Cookies
The anatomy of a cookie
Setting a cookie with PHP
Deleting a cookie
Creating session cookie
Working with the query string
Creating query string
Joomla (Content Management System and
Web Application Framework)
Detail discussion of component, module, mambots and complete workflow of Joomla
How to create component & module in Joomla
Customization of existing component and modules
Email
Overview of Joomla 1.5
File upload
File download
Environment variables
E-mail in PHP
AJAX (Asynchronous JavaScript and XML)
Introduction to AJAX
Introduction to XML Http Request Object
Method and Properties of XMLHttpRequest
Application of AJAX in web application
WordPress