PHP Training
Viswa Online Trainings is one of the world’s leading online IT training providers. We deliver a comprehensive catalog of courses and online training for freshers and working professionals to help them achieve their career goals and experience our best services.
Learners : 1080
Duration : 30 Days
About Course
Our P-H-P Training for beginners and professionals provides in-depth knowledge of P-HP scripting language. Our P-HP Training will help you to learn P-HP scripting language easily. This P-HP Training covers all the topics of P-HP such as introduction, control statements, functions, array, string, file handling, form handling, regular expression, date and time, object-oriented programming in PHP, math, PHP MySQL, PHP with Ajax, PHP with jQuery and PHP with XML. Enroll now and get certified in it.
PHP Training Course Syllabus
✔ History & Versions
✔ Power of PHP
✔ What is PHP
✔ Installation and Configurations
✔ LAMP, WAMP, XAMPP, MAMP
✔ NetBeans IDE Installation In various operating systems
✔ Overview of NetBeans IDE
✔ Basic Program
✔ PHP tags
✔ Comments
✔ Output function
✔ Data types
✔ php.ini settings
✔ Declarations
✔ Scope
✔ local
✔ global
✔ static
✔ Variables
✔ Magic Constants
✔ User-defined Constants
✔ if
✔ if…else
✔ if…else if….else
✔ switch
✔ while
✔ do…while
✔ for
✔ for each
✔ continue
✔ break
✔ Creating Functions
✔ Passing Arguments by value
✔ Passing Arguments by Reference
✔ string functions
✔ include and require Statements
✔ What is an Array
✔ Indexed
✔ Associative
✔ Multidimensional
✔ Sorting
✔ Validating textboxes, email, password, date, phone numbers, zip code etc
✔ Creating custom regular expressions
✔ MySQL Introduction
✔ MySQL Installation
✔ MySQL Administration
✔ MySQL PHP Syntax
✔ MySQL Connection
✔ MySQL Create Database
✔ MySQL Drop Database
✔ MySQL Select Database
✔ MySQL Data Types
✔ MySQL Create Tables
✔ MySQL Drop Tables
✔ MySQL Insert Query
✔ MySQL Select Query
✔ MySQL Where Clause
✔ MySQL Update Query
✔ MySQL Delete Query
✔ MySQL Like Clause
✔ MySQL Sorting Results
✔ MySQL Using Join
✔ MySQL NULL Values
✔ MySQL Regexps
✔ MySQL Alter Command
✔ MySQL SQL Injection
✔ Opening a file
✔ Reading a file
✔ Writing a file
✔ Closing a file
✔ Manipulating Directories
✔ Hard Disk Information
✔ Directory Functions
✔ Calculating File, Directory, and Disk Sizes
✔ Cookies
✔ Cookie
✔ Types of Cookies
✔ How to Create and Retrieve and Delete Cookies
✔ Session Variables
✔ Creating and Destroying a Session
✔ Retrieving and Setting the Session ID
✔ Encoding and Decoding Session Data
✔ Auto-Login
✔ Recently Viewed Document Index
✔ Create_action
✔ Read_action
✔ Update_action
✔ Delete_action
✔ Using die() function
✔ Try, Throw, Catch
✔ Catch Custom Exceptions
✔ Protocols
✔ HTTP Headers and types
✔ Sending Mails using PHP with Autoresponder
✔ Email with Attachment
✔ Chating functionality, SMS Gateways, and payment gateway integration
✔ What is XML
✔ Parsing an XML page
✔ Generating an XML page
✔ What is JSON
✔ JSON Functions
✔ Encoding JSON in P-H-P
✔ Decoding JSON in P-H-P
✔ Generating a JSON Page
✔ Why Web Services
✔ REST
✔ Classes, Objects, Fields, Properties, _set(),
✔ Constants, methods
✔ Encapsulation
✔ class Inheritance and types
✔ Polymorphism
✔ Constructor and Destructor
✔ Static Class Member, Instance of Keyword
✔ Accer modifiers
✔ Setters and Getters
✔ Static Modifier
✔ Constructors and Destructors
✔ Cloning and copy Objects
✔ Comparing Objects
✔ Helper Function
✔ Reflections
✔ Understanding DOM and XML Formats
✔ Understanding XML HTTP Requests
✔ Links with Ajax
✔ Working with Dynamic Forms
✔ Realtime Examples
Live Instructor Based Training With Software |
Lifetime access and 24×7 support |
Certification Oriented content |
Hands-On complete Real-time training |
Get a certificate on course completion |
Flexible Schedules |
Live Recorded Videos Access |
Study Material Provided |
PHP Training - Upcoming Batches
7th NOV 2022
8 AM IST
Coming Soon
AM IST
5th NOV 2022
8 AM IST
Coming Soon
AM IST
Don't find suitable time ?
CHOOSE YOUR OWN COMFORTABLE LEARNING EXPERIENCE
Live Virtual Training
-
Schedule your sessions at your comfortable timings.
-
Instructor-led training, Real-time projects
-
Certification Guidance.
Self-Paced Learning
-
Complete set of live-online training sessions recorded videos.
-
Learn technology at your own pace.
-
Get access for lifetime.
Corporate Training
-
Learn As A Full Day Schedule With Discussions, Exercises,
-
Practical Use Cases
-
Design Your Own Syllabus Based
PHP Training FAQ'S
stands for Hypertext Preprocessor. It is an open-source server-side scripting language that is widely used for web development. It supports many databases like MySQL, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.
Get ahead in your career by learning P-HP through VISWA Online Trainings
PEAR is a framework and repository for reusable P-HP components. PEAR stands for P-HP Extension and Application Repository. It contains all types of P-HP code snippets and libraries.
It also provides a command line interface to install "packages" automatically.
The old name of PHP was Personal Home Page.
In static websites, content can't be changed after running the script. You can't change anything on the site. It is predefined.
In dynamic websites, the content of script can be changed at the run time. Its content is regenerated every time a user visit or reloads. Google, Yahoo, and every search engine is the example of a dynamic website.
The scripting engine that powers PHP is called Zend Engine 2.