Php mysql 2

4

description

 

Transcript of Php mysql 2

Page 1: Php mysql 2
Page 2: Php mysql 2

PHP-MySQL

HTMLIntroduction to WWWWhat is HTML?

Internationalization & AccessibilityCharacter encoding & ReferencesDocument Structure

Meta Tag & Heading ElementsBody Section

Base FontText LinksText FormatText Resizing

Text LayoutingText Listing

HTML Images, HTML LinksColors on the Text Link

Link Targets, Image Link, Image MappingDIV, SPAN & ADDRESS

INS & DEL Tags, Constructing TablesBorders & Alignment

Layout design with FrameBorders, Resizable WindowsScrollbars, HTML FormsElements & Attributes

Structuring with FieldsetAccess key & Tab Index

Disabled and ReadOnly Controls

CSSIntroduction to style sheet

Introduction to CSS, Types of style sheetTypes of CSS

InternalExternal

Inline/EmbeddedImported

Inserting a css, Using Multiple sheetUnderstanding the Cascade

Basic css syntax, Background PropertiesText Properties, Font Properties

Border Properties, Margin PropertiesPadding, List & Table Properties

JavaScript

JavaScript Introduction, What is JavaScript?JavaScript in HTML, JavaScript StatementWrite & Writeln, Values & Variables

Literals & commentsExpressions in JavaScript, Popup Boxes, OperatorsConditional Statements, Loop Statements

Object manipulation Statements

Working with Build-in ObjectsArray & Boolean Objects

Math & Date ObjectsString & Number ObjectsWorking with Build-in FunctionsisNaN() Function

parseInt() & parseFloat() functionException Handling

JavaScript Event HandlerTiming Events, Status Bar and Roll OverObject Model, Functions in JavaScriptNavigator Object Hierarchy

JavaScript ReflectionWindow & Frame ObjectDocument & Form ObjectLocation & History Object

Working with windows & framesWorking with MIME types, Playing Sounds

DOMBasics of DOM, DOM hierarchyDOM Methods, Functions

Forms Collection, Table collectionsInnerHTML, Nodes & ChildNodesDOM with HTML & CSS

PHP 5.3Overview of PHP

Static vs. Dynamic Web SitesDynamic Content from DatabasesDeveloping Dynamic Internet ApplicationsClient-Side Scripting vs. Server-Side ScriptingOverview of PHP Advantages & CapabilitiesConfiguring PHP.INI & PHP vs. ASP

Basic Scripting and Looping ConstructsPHP Scripting Fundamentals

Print Statement, Code BlocksPrimitive Data Types

Defining Constants and VariablesLooping Constructs,

While, Do While, For & Exit & BreakPHP Operators

Logical, Relational & Bitwise OperatorsOther Operators

Conditional ConstructsTrue and False ExpressionsIf, Else and ElseifSwitch/Case StatementThe ? (Ternary) OperatorTimestamps,

Arrays in PHP, What are Arrays?Usage of Arrays in PHP

Indexing Arrays, Initializing ArraysAdding and Removing from Arrays

Page 3: Php mysql 2

One-dimensional ArraysMultidimensional ArraysArray Functions

PHP FunctionsIntroduction to FunctionsDeclaring Functions, Scope

Passing Arguments to FunctionsReturning Values from a FunctionUsing Include FilesThe Require Statement, RecursionDynamic Function Calls

Predefined PHP Functions & Mailing Functions

Classes And Objects (PHP 5.3)Introduction, The Basics & Autoloading ObjectsConstructors and Destructors, Visibility

Scope Resolution Operator (::)Static Keyword, Class Constants

Class Abstraction, Object InterfacesOverloading, Object Iteration & PatternsMagic Methods, Final Keyword

Object cloning, Comparing objectsReflection & Type Hinting

File HandlingSearching File Contents WithRegular Expressions

Changing and Editing File ContentsSplitting and Joining Information Inside FilesFile Uploading, String Functions

Regular Expression FunctionsReading, Writing and Deleting FilesHandling File Permissions, File LockingReading Directory Contents

Creating and Deleting Directories

Working with Databases and FormsConfiguring PHP For Database SupportPHP's Database APIs

PHP's SQL APIDatabase Drivers

Database Driver Class WrappersODBCSimple SQL Queries via PHPTracking Visitors with Session IdsPopulating Forms

Retrieving Data from Forms

Using Cookies with PHPPurpose of Cookies, Cookie MythsSetting Cookies, Retrieving CookiesExpiring Cookies, Deleting Cookies

Storing Arrays in Cookies

Miscellaneous PHP TasksError Logging

Session Management & Maintaining StateUsing Environmental Variables

Changing Execution by Redirecting to Other URLsEmbedding JavaScript with PHPUsing HTTP & FTP Protocols to Pass DataShowing Different Content to Different BrowsersGetting IP Addresses from Visitors

MySQL 5.0

Introduction to MySQLOverview of MySQL, What is MySQL?History of MySQL, The Main Features of MySQL

Create & Manage Database and tablesConnecting to and Disconnecting from the ServerEntering Queries, Creating and Using a DatabaseCreating and Selecting a Database

Creating a Table, Loading Data into a TableRetrieving Information from a Table

Getting Information About Databases and Tables

Data Types, Functions and Operators & SQL Statement SyntaxData Definition Statements

CREATE TABLE, ALTER TABLE SyntaxDROP TABLE, RENAME TABLE Syntax

CREATE DATABASE, ALTER DATABASE SyntaxDROP DATABASE Syntax

Data Manipulation Statements & Control StatementsDELETE, DO & INSERT Syntax

LOAD DATA INFILE, REPLACE & SELECT SyntaxSubquery, TRUNCATE & UPDATE Syntax

Stored Procedures and FunctionsStored Routines and the Grant TablesStored Routine Syntax, Stored Procedures,Functions, Triggers, and LAST_INSERT_ID()

TriggersCREATE TRIGGER SyntaxDROP TRIGGER SyntaxUsing Triggers

ViewsCREATE VIEW SyntaxALTER VIEW SyntaxDROP VIEW Syntax

Page 4: Php mysql 2