Google+ PHP TUTORIALS ONLINE HELP FOR MEDICAL AND PROGRAMMING: PHP COURSE

PHP COURSE

 PHP COURSE CONTAINS

PHP CORE

  •  The origin of PHP.
  •  PHP is Better than its alternatives.
  • Interface to external system.
  •  How to work with the web server.
  •  Hardware and Software requirement.
  • what a PHP Script looks like.
  • Saving data for later.
  • Receiving user input.
  • Repeating code.
Basic PHP Development
  •   How PHP Scripts work.
  •  Basic PHP syntax.
  •  PHP data types.
  • Displaying type information.
  • Testing for a specific data type.
  • Changing type with set type.
  • Opretors.
  • Variables manipulating.
  • Dynamic variables.
  • String in PHP.

Control Structure
  •    The if Statement.
  •  Using the else clause with ifstatement.
  • The switch statement.
  • Using the? Operator.
  • The while statement.
  • The do while statement.
  • The for statement.
  • Breaking out of loops.
  • Nesting loops.
  • Summary.
Function

  •     What a function?
  •  Defining a function.
  • Returning value from function.
  • User defined function.
  • Dynamic function call.
  • Variable Scope.
  • Accessing variable with the global.
  • statement.
  • Setting default value for arguments.
  • Passing Arguments to a function by value.
  • Passing arguments to a function by reference
  •  Testing for function existence.
Array
  •     Single-dimensional arrays
  • Multidimensional arrays.
  • Casting arrays.
  • Associative arrays.
  • Accessing arrays.
  • Getting the Size of an array.
  • Lopping through an array.
  • Looping through an associative array
  • Examining arrays.
  • joining arrays.
  • Sorting arrays
  • Sorting and associative arrays.

Working with File System
  •     Forms
  • Super global variables.
  • The server array.
  • A script to acquire user input.
  • Important user input.
  • Accessing user input.
  • Combine HTML and PHP code.
  • Useing hidden fields.
  • Redirecting the user.
  • File upload and Scripts.
Working with Regular Expression

  •     The basic regular experessions.
  • PCRE.
  • Matching patterns.
  • Finding Matches.
  • Replace patterns.
  • Modifires
  • Breakup Strings.
Class and object 

  •     Object oriented PHP.
  • Difference between PHP3 ,4 ,5,& 6.
  • Objects oriented programming.
  • Define a class.
  • An object.
  • Creating an object.
  • Object properties.
  • Object methods.
  • Object constructors and destructors
  •  Class constant.
  • Class inheritance.
  • Abstract classes and methods.
  • Object serialization.
  • Checking class existence.
  • Checking method Existance
  • Exceptional Handling.
  • Access Specifier.
  • Summary.

Database


    Introduction to sql.
    Connecting to the MySQL.
    Selecting a database.
    Finding out about error.
    Adding data to a table.
    Acquiring the value.
    Finding the number of rows.
    Inserting data.
    Entering and updating data.

DATABASE CONCEPTS 

    Concept of normalization,
    Difference between difference type of joins and query optimization

COOKIES

    Executing multiple queries.
    The anatomy of a cookie.
    Setting a cookie with PHP.
    Deleting a cookie
    Creating session cookie.
    Working with the query string.
    Creating query string...

No comments:

Post a Comment