PHP Web Development

Learn to program in PHP, a widespread language that powers sites like Facebook. You will also get to know how to work with MySQL databases and JavaScript. PHP is the largest server-side programming language.

Download eBrochure | Enroll to Course |

Training Delivery Options

  • Instructor-led Online

    Online trainer logo

    Best for people with limited time in the day

    No hassle, no wastage of time commuting

    Clear out all your doubts interactively

    Take classes from locations anywhere in the world

    People with moving jobs can take this class

  • Self Paced Online

    Self pace learning logo

    Great for those slow learners who master the subject after learning

    Allow you a whale of a time to practice

    Defer next topic till you have mastered previous one

    This is a great option if you find it difficult to find time

    No hassle of commute

    It's good if you are a Busy-bee

  • Regular Classroom

    Regular classroom training logo

    This is for you if you like learning with others

    If you want to the get the feel of things

    If you have the time to come and learn

    You would get to learn face to face

    Interact with other students

  • Corporate Training

    Corporate training logo

    For a firm wanting trained employees

    Corporate training is a good to retain employees

    Increases skill sets so that same employees work for variety of projects

    No new hiring required

    A great alternative to corporate jaunts

    The cost per employee is low

Course Features

  • Industry professionals as Trainers - No Academic trainers
  • Well researched advanced course content created by Industry professionals
  • 100+ PHP/JavaScript videos
  • 300(+) Assignments
  • Free access to Text based learning resources - 400(+) PDFs | 500(+) PPTs
  • Live web design project
  • 1000(+) Recruitment partners across Maharashtra
  • Technical & HR Interview preparations
  • Exam + Industry recognised Certificate
  • Unlimited Job calls

Overview

PHP is a server side scripting language, it executes on the server and sends the HTML to your browser. Hypertext PreProcessor as it's called is great for web development because it seamlessly integrates with HTML. Sites like FaceBook & Yahoo run PHP for their process complex calculations and database connectivity.

For developing any kind of Web-page you first need to learn HTML. For creating better user experience, you need to learn CSS & to make web page interactive, you need to learn JavaScript.

Then comes PHP, it's the most popular server side scripting language. To help PHP with the database, there is MySQL. PHP along with MySQL (together known as LAMP technology) creates a great combination which has made a drastic impact in the world of data-driven web sites.

Most of the big companies prefer to work in PHP & MySQL. So, keeping in mind the demands of time we have chalked out the most comprehensive PHP course, as the popularity of this dynamic language is huge and is constantly rising.

The course is started with HTML training, then Cascading Style Sheets (CSS) is taught to you to handle styles. JavaScript (along with jQuery!) is introduced once you learn to design simple web pages with HTML. After you have gained some proficiency on rendering web pages, PHP developer training is introduced. And since a database is required, MySQL is topped up to finish the course.

The course duration is 2 months and is taught all days in a weekday with 5 different trainers.

Course goals

  • You can design Web Pages using HTML, CSS
  • You can use JavaScript to make the page interactive
  • You can make web pages dynamic using PHP
  • You can integrate MySQL with PHP and make database connectivity

Training features

  • Comprehensive course curriculum
  • Training is imparted in a fun and exciting manner to make it student – friendly
  • Lectures conducted by industry professionals who carry with themselves years of experience
  • Sufficient reading material for self – study
  • Practical experience to aid the theory knowledge
  • Daily practice on the system for more than 4 hours
  • Conducive environment for all round development of the students
  • Grooming sessions like English speaking and personality development
 

Course Curriculum

HTML Syllabus

  • HTML Introduction
  • Elements
  • Tags
  • Text
  • Formatting
  • Pre
  • Attributes
  • Text Links
  • Comments
  • Lists
  • Images
  • Image Links
  • Tables
  • Forms
  • Input
  • Text Fields
  • Password
  • Reset
  • Submit
  • Checkboxes
  • Radio
  • Select
  • Hidden Fields
  • Upload
  • Textareas
  • Special Tags
  • Body
  • Meta
  • Style
  • Div
  • Layouts
  • Entities
  • Scripts
  • Formatting Tags
  • Bold
  • Paragraphs
  • Headings
  • Line Breaks
  • Horizontal Rule
  • Email
  • Italic
  • Code
  • Superscript
  • Subscript
  • Strikethrough
  • Color Codes
  • Color Chart

CSS Syllabus

CSS Introduction

  • CSS Syntax
  • CSS Id amp;Class
  • CSS How

CSS Styling

  • Styling Backgrounds
  • Styling Text
  • Styling Fonts
  • Styling Links
  • Styling Lists
  • Styling Tables

CSS Box Model

  • CSS Border
  • CSS Outline
  • CSS Margin
  • CSS Padding

CSS Advanced

  • CSS Grouping/Nesting
  • CSS Dimension
  • CSS Display
  • CSS Positioning
  • CSS Floating
  • CSS Align
  • CSS Pseudo-class
  • CSS Pseudo-element
  • CSS Navigation Bar
  • CSS Image Gallery
  • CSS Image Opacity
  • CSS Image Sprites
  • CSS Media Types
  • CSS Attribute Selectors

Javascript Training Syllabus

Javascript Introduction

  • What is JavaScript?
  • Pre Requirements
  • Creating a JavaScript file
  • Tools Required

Basics of Javascript

  • Structure of a JavaScript Code
  • DataTypes, Variables & Operators
  • Looping & Conditional Statements
  • Functions

Types & Objects

  • Arrays
  • Numbers
  • Strings
  • Dates
  • Objects

DOM (Document object model)

  • What is DOM?
  • Element Nodes
  • Getting Element Nodes
  • Changing DOM Content
  • Creating DOM Elements

Events & Listeners

  • Events Overview
  • Responding to Mouse Events
  • Form Events
  • Timers

Debugging Javascripts

  • Common Mistakes
  • Using Firebug
  • Debugging a page

Application of Javascripts

  • Smarter Forms
  • UI Enhancements
  • Countdown
  • Resizing web pages

Javascript Libraries

  • Libraries Overview
  • JQuery and more...

PHP Programming

PHP Introduction

  • Introduction PHP and MySQL
  • Benefits of using PHP MySQL
  • Setup of PHP Environment
  • Testing the Page
  • Troubleshooting Installation Errors

PHP Programming Concepts

  • Write your First PHP Program
  • Embed PHP in HTML / HTML in PHP
  • PHP Data Types
  • Variables in PHP
  • SuperGlobal Variables
  • Operators in PHP
  • Conditional Statements
  • Loops (For, While, Do While, Foreach)

PHP Functions

  • Using Functions in PHP
  • Userdefined Functions
  • Predefined Functions
  • Common Functions
  • String Functions
  • File Functions
  • Date Functions
  • Hash Functions
  • Mail Function

MySQL Database Training

  • What is Database ?
  • Understanding an RDBMS
  • Understanding Tables, Records, and Fields
  • SQL Language
  • Using the MySQL Command-Line Client

Working with MySQL Admin

  • Working with PHP MyAdmin
  • Creating Databases
  • Types of Databases
  • Creating Tables in Database
  • Specifying Field Data Types
  • Selecting the Most Appropriate Data Type
  • Adding Field Modifiers and Keys
  • Selecting a Table Type Altering Tables
  • Altering Table and Field Names
  • Altering Field Properties
  • Adding and Removing Fields and Keys
  • Altering Table Types
  • Backing Up and Restoring Databases and Tables
  • Backing Up Databases and Tables
  • Restoring Databases and Tables from Backup
  • Dropping Databases and Tables
  • Viewing Database, Table, and Field Information

SQL Queries

  • Inserting Records
  • Editing and Deleting Records
  • Performing Queries
  • Retrieving Specific Columns
  • Filtering Records with a WHERE Clause
  • Using Operators
  • Sorting Records and Eliminating Duplicates
  • Limiting Results
  • Using Built-In Functions
  • Grouping Records
  • Joining Tables
  • Using Subqueries
  • Using Table and Column Aliases

Arrays and Array Functions

  • Why use Arrays
  • Types of Arrays
  • Creating Arrays
  • Accessing Arrays
  • Array Functions
  • Using Array Functions

Suggest us a Topic

We always keep ourselves updated about current market trends & needs, but if you think we have not covered enough training topics, then we welcome you to suggest us & we will be more than happy to include them in syllabus.

Download eBrochure

Job Profile

The key to a successful PHP developer lies in successful completion of the PHP course. With this trend not losing its novelty at all and gaining an increased popularity over time, the need for expert developers is also never ending. And the best thing is that web development companies acquire outgoing candidates at a salary you can demand for.

Tasks you will be able to perform

  • Database connectivity
  • PHP programming
  • Dynamic web page creation
  • JavaScript programming
  • Ajax effects

Trainer Profile

  • Excellent programming skills in PHP and MySql
  • Proficient in designing, analysis and development of web based applications
  • Good knowledge of CSS, HTML, E Commerce, Wordpress, Magento, Ajax, and JavaScript
  • Skilled in working with e commerce platforms, database design, and payment integration
  • Knowledge of Open source PHP frameworks like Codeigniter, Cake PHP, etc.
  • Able to understand existing code and modify
  • Proposing decisions related to technological architecture
  • Working knowledge of mobile apps
  • Fluent in english

Who is Hiring?

Cybage LogoTCS logoCapgemini logo
Persistent logoSynechron logo 

Upcoming Batches

Batch NameCommencing Date
PHP/Bt11 Jul
PHP/Bt28 Jul
PHP/Bt3 15 Jul
PHP/Bt4 22 Jul
PHP/A/Bt5 29 Jul
Lane no.5, Prabhat Road
Pune, Maharashtra
411004
India

Custom Batches - Just in case you are unable to attend the scheduled batch, Custom batch times are also available.
Give a missed call on +91 898 300 2500

Customized Corporate Private Training: We deliver all our courses as Corporate Training as well - if you are a group interested in the course, this option may be more advantageous for you. We are based in Pune.

Where to next?

Now that you have done PHP course, you have various choices before you. Nowadays there is demand from the Industry for developers of various PHP Frameworks like

would be great for you if you want to develop your career prospects.

 
© 2015 Technnovation Labs