Search in
Courses Providers, List Your Courses for FREE
Menu

Certificate in Web Development (Server Side)


Compufield Computer Institute
Certificate

by Compufield Computer Institute


Mumbai
Starting from:
INR 10,500
Per Course
(Taxes As Applicable)
Request Info
Subjects Covered & Categories
Learn: PHP Programming | MySQL | C | C++

Category: Web Technologies | Database | Programming


Basic Details
Medium of instruction:English
Overview, Content & Syllabus

Topics Covered:

  • PHP

  • MYSQL

 

PHP

PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

PHP's language syntax is similar to C's and Perl's. It generally runs on a web server like Apache which is configured to take PHP code as input and create web page content as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.

 

MySQL

MySQL is one of the most popular open source database management system recognized for its speed and reliability. It is commonly used with web pages. More than 11 million Websites are built around MySQL.

Current MySQL customers such as eBay, Google, Twitter, Yahoo, Facebook, and YouTube, SlashDot, LiveJournal are perfect examples of how MySQL is used to organize and store multiple databases that can be quickly accessed by millions of people at once.

 

PHP

PHP is a powerful cross platform server side script language. It is a full featured programming language capable of managing huge database driven online environments. Using PHP you can query databases, create images, read & write files, talk to remote servers - the possibilities are endless.

 

Salient Features

PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly

 

Application

Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. PHP and MySQL are the world's best combination for creating data-driven sites.

 

Syllabus

Part I: Working with PHP

Getting Started with PHP-Variables

Assigning Simple Variables Within a Script

  • Delimiting strings

  • Assigning arrays within a script

  • Assigning two-dimensional arrays in a script

Accessing Variables Passed from the Browser

  • HTML forms variables

  • Passing arrays

  • Cookies

  • Sessions

Testing Variables

  • isset0

  • empty0

  • is_null0

  • is_int0

  • is_double0

  • is_string0

  • is_array0

  • is_bool0

  • is_object0

  • is_resource0

  • is_scalar0

  • gettype0

Changing Variable Types

  • Variable Variables

Control Structures

The if Statement

  • Determining true or false in PHP

  • Comparison operators

  • Logical operators

  • Complex if statement

  • if…else statements

  • if…elseif statements

switch…case

  • Loops

  • White…

  • do…while

  • for

  • foreach

  • continue and break

PHP’s Built-in Functions

  • Function Basics

  • Arguments

  • Return values

Function Documentation

  • Important PHP Functions

  • String handling functions

Writing Organized and Readable Code

  • Indenting

  • Code blocks

  • Function calls

  • SQL statements

  • Includes

  • Include0 and Require0

  • Include_once0 and Require_once0

User-Defined Functions

  • Function basics

  • Returning values

  • Using a variable number of arguments

  • Variable scope

Object-Oriented Programming

  • Classes, Continued

  • Object cloning

  • Destructors

  • Exceptions

     

Working on a E-Commerce ( Shopping Cart ) Live Project

Click to view the live project the students would be working with during this course

Synopsis:

The data is stored in Products Table, Supplier Table, Category Table. Each product has a single supplier and single category.

Each supplier supplies multiple products under multiple categories

1) Login Page

The user will be authenticated before they enter the website for the correct username/password.

There are 2 types of users Admin / User, the admin would have administrative rights, where as a user will only be able to view the products

2) Search Page

After login, the user will be directed to a search page, where they can search for a product by selecting the supplier / category name.

In advance search, string searches can be done.

3) Product Result list

This page will return the result of the search criteria.

A single page will display the records dynamically from the database, 5 records at a time. Using the Next / Previous button users can navigate through the list of products

4) Details

Once the user clicks on the product name in the result list page, they are directed to the details page, where user can get the detail information with a image of the product

If the user is an admin, they would be given an option to add / update / delete If the user is not a admin, the following permissions will be disabled.

5) Add / Update / Delete

Displaying data from multiple tables using forms & Adding / Updating / Deleting data

6) Security

Extensive use of Sessions / Cookies for security purposes

7) E-Commerce Module

Once the above project is completed, it’s taken to a next level where the e-commerce module is generated. Multiple Products can be added to the shopping cart, a dynamic bill is generated and user is forwarded to a payment gateway to complete the transaction.

 

MySQL

Salient Features

It’s easy to use:

MySQL software can be downloaded in less than 15 minutes.

 

It’s flexible: MySQL runs on more than 20 platforms, including Windows, Mac OS X, and Linux, and its open source code allows you to customize it to fit your unique requirements.

 

It’s highly scalable: Whether you're looking to post a few things a month to your Web site or looking to add content daily, MySQL is fit to handle Web sites large and small and will easily grow as your business does.

 

It’s free: A commercial license can be bought if you plan on redistributing it.

 

It’s secure: Security features ensure that only authorized users can access your databases.

 

It also provides 24/7 tech support and community support.

 

Application

Open source has brought a lot more than Unix to the computing world. It has also given us Linux, PHP and MySQL. PHP and MySQL are the world's best combination for creating database-driven sites.

 

Topics Covered:

Database Design with My SQL

Why use a Relational Database?

 

Blasted Anomalies

  • The update anomaly

  • The delete anomaly

  • The insert anomaly

 

Normalization

  • First normal form

  • Second normal form

  • Third normal form

 

Types of Relationships

  • The one-to-many relationship

  • The one-to-one relationship

  • The many-to-many relationship

 

Advanced Database Concepts

  • Referential integrity

  • Transactions

  • Stored procedures

 

The Structured query Language for Creating and Altering Tables

 

Essential Definitions

  • Null Values

  • Indexes

 

The create database Statement

The use database Statement

The create table Statement

 

Column Types

  • String column types

  • Numeric column types

  • Date and time types

 

Creating Indexes

 

Table Types

  • MyISAM InnoDB Tables

  • Berkeley DB

  • Heap

 

The alter table Statement

  • Changing a table name

  • Adding columns

  • Dropping columns

  • Adding indexes

  • Dropping indexes

  • Changing column definitions

 

Using the show Command

  • show databases

  • show tables

  • show columns

  • show index

  • show table status

  • show create table

 

GUI Tools for Manipulating MySQL Tables and Data

  • Using phpMyAdmin

 

The Structured Query Language for Inserting, Editing, and Selecting Data

  • The insert Statement

  • The update Statement

  • The delete Statement

  • The replace Statement

 

The Basic select Statement

  • The Where clause

  • order by

  • limit

  • group by and aggregate functions

 

Joining Tables

  • The two-table join (equi-join)

  • The multi-table join

  • The outer join

  • The self join

  • Unions

  • Correlated subqueries

 

C & C++ (Basics)

1 C

1.1 Datatypes.

1.2 Operator.

1.3 Condition construct.

1.4 Looping construct.

1.5 Functions.

1.6 Array.

 

2 C++

1.1 Class.

1.2 Object.

1.3 Inheritance.

1.4 Functions.

1.5 Properties.


Course Schedule & Price
Classroom - Regular
When Duration Where Remarks Price
Not Specified 50 Sessions
All Venues 1 session is of 1hr. INR 10,500
Per Course
(Taxes As Applicable)

Venues (Locations)
Mumbai, Warden Road (Head Office):- Chinoy Mansion, First Floor, Block #2 Opp. St.Stephen's Church Warden Road, Mumbai - 400036, Maharashtra, India


Mumbai, Bandra West (Branch):- 1st Floor. O'Priya Building, Near Mehboob Studio Peter Dias Road Bandra West, Mumbai - 400050, Maharashtra, India


Mumbai, Andheri West (Branch):- Wembley Society, Shop No 3 Shastri Nagar, Lane no2, Lokhandwala Andheri West, Mumbai - 400053, Maharashtra, India


About Course Provider

Compufield Computer Institute


COMPUFIELD® Computer Institute was started in 1985 by Mr. M. E. Khairaz to impart training in Internet, Digital Art, Multimedia, Software and Network Engineering. Today we offer many different courses covering the latest and most widely used software worldwide.

  • Creative courses, Designing and Digital Video courses

  • Multimedia and Internet courses

  • Programming courses

  • Network Engineering, MCSE, CCNA, CCNP

  • Office Automation & Financial Application

  • Kids courses

 

Our Training

  • Our courses are upgraded frequently to meet the ever changing standards of the Industry.

  • Our Students design galleries substantiate our claim of providing our students a creative and informative learning environment directed at all round growth.

  • Our faculty are highly experienced in the respective software and help the students in the best possible manner.

  • We have state of the art Hardware and Software facilities.

  • We offer Crash courses of 6-10 hours per day to students who wish to complete their learning in a short period.

  • Professional Job Assignments and Tutorials have been devised to help students practically apply what they learn.

  • After successful completion of the course, job assistance is provided by us.;

 

We offer a unique style of learning -

  • One computer : One student : One Instructor

  • Maximum Instructor to Student Ratio 1:4

  • Sessions : Each session will be of 1 hour

  • Fees is for one course and it includes instructions, practicals,practice, project, preparation for exam (if any)

  • Overseas / local Students take 5 to 10 hours per day to complete their courses earlier.

  • The timing can be fixed based on our mutual convenience,
    between 9.00 a.m. to 7.00 p.m.

  • Course duration in working days = Total sessions divided by number of sessions (hours) per day.

  • No extra charges/refund for more/less time taken to complete the course.

  • Lodging, boarding and travelling not included in the fees.

  • Management has full right to change courses, contents, tuition fees without prior notice.

 



Browse similar courses by category


Courses by Compufield Computer Institute
Web Technologies
Database
Programming


AllRefer.com - Browse and Share Photos
Browse & Share Photos
Subscribe & get details about interesting courses & events free in your mail