Thursday 19 May 2011

DanPHP : PHP Course Contents





PHP Course Contents
Core PHP

·         History and advantages
·         Versions and difference between the versions.
·         Installing and configuration.
·         Php.ini settings.
·         Httpd.conf settings.
·         Zend engine and its architecture.
·         Apache server and its features.
·         PHP Script fundamentals and declaration styles.
·         Output functions.
·         Conditional statements and looping statements.
·         Types of constants.
·         Protocols.
·         State management concept.
·         HTTP Headers and output buffering.

Data Types

·         Scalar Data types.
·         Compound Data types
·         Resource Data types.

Variables

·         Super Global Variables.
·         Local and global variable.
·         Reference variable.
Built-in Functions
·         String functions
·         Date and time functions.
·         Mathematical functions.
·         Mysql Functions.
·         Mail functions.
User-defined Functions
·         Functions with arguments.
·         Call by value and reference.
·         Globalizing functions.
Arrays
·         Types of arrays.
·         Array functions.
OOPS
·         History and advantages.
·         Class, object.
·         Datamembers and Datafields.
·         Inheritance Types.
·         Constructor and Destructor.
·         Polymorphisym, Abstract Classes, Final Classes.
·         Accessible specifiers, etc..

Exception Handling

·         Configuration directives.
·         Exception Handling.

Cookies and Sessions

·         What are cookies and sessions.
·         Types of cookies and how to create them.
·         Storage location of cookies in different browsers.
·         Sessions settings in php.ini.
·         Sessions manipulations.

Authentication

·         HTTP Authentication concepts.
·         PHP Authentication concepts.

File Handling

·         Opening and closing the files.
·         Create, remove and rename directories.
·         Create files and manipulate them.
·         Read and write information in files.
·         Parsing directory paths.

Database Interaction

·         How to interact with the different databases.
·         Retrieve Information from tables.
·         Mysql Functions.

Handling file uploads

·         File handling functions.
·         File uploading concepts.

Email

·         Mail Functions.
·         Setting Mail header configurations.
·         Sending mails.
·         Sending attachments through internet.

Ajax

·         Introduction
·         How to create different object in different browsers.
·         Functionality of JQuery.
·         Interaction with Database by using Ajax.

Joomla

·         Content Management System.
·         Joomla Installation and Use.
·         Plugins.
·         Managers in Joomla.

Droopal

·          
Secure PHP Programming

·         Hiding configuration details.
·         Hiding sensitive data.
·         Data encryption.

Loading Files in web server by using FTP

2 comments:

  1. dear sir, In shopping cart program i created the shopping.php,getdet.php,add.php,billing.php But in shopping.php, the images are not displaying on screen and it access remaining all pages like when click on the images it will navigate to getdet.php In the getdet.php page if we click on Add to cart link it will give alert as "Product is added", when we click the Billing link it will dispaly the all details adn total amount of products based on Session id which was added to cart by user. Everthing is giong good but images are not displayed on screen.

    ReplyDelete
  2. Hi i have my home page with one body background-image. The problem is for my innerpage i want another background-image is it possible? Thanks in Advance Manikanta

    ReplyDelete