PHP Course Covered

3

Click here to load reader

description

We covered a lot of subjects about PHP Programming, Listed in this document, save it for future referenc , Thank you all for making this course success.http://pamicloud.com

Transcript of PHP Course Covered

Page 1: PHP Course Covered

PHP Course Covered Duration 28 to /7/2015 2/9/2015

P a m i c l o u d . c o m c o u r s e s @ p a m i c l o u d . c o m

Page 1

What is computer program?

Basic steps of Application development.

Error Types.

Comments.

Variables.

Athematic operations.

Algorithm.

Structured Programming.

Echo tag.

Variable instantiation.

PHP internal function:

o Strlen()

o Strops()

o chr()

o getdate()

o localtime()

o date()

o fopen()

o fwrite()

o

PHP Array:

o Indexed.

o Associative.

o Array Operators.

o Array Functions.

Page 2: PHP Course Covered

PHP Course Covered Duration 28 to /7/2015 2/9/2015

P a m i c l o u d . c o m c o u r s e s @ p a m i c l o u d . c o m

Page 2

Print_r.

Count(),sort(),rsort(),ksort(),arsort(),krsort().

Conditional statements:

o If statement.

o If elseif statement .

o Switch statement.

Looping:

o While – loop.

o Do—while.

o For—loop.

o Foreach.

Global Variable:

o $_GET.

o $_POST.

o $_FILES.

o __line__.

o __dire__.

Writing:

o PHP Functions.

o PHP Classes.

Include statement:

o Case Study.

URL Encoding.

Type casting.

Error Handling.

Page 3: PHP Course Covered

PHP Course Covered Duration 28 to /7/2015 2/9/2015

P a m i c l o u d . c o m c o u r s e s @ p a m i c l o u d . c o m

Page 3

Error Control Operator.

Register global directives.

URL Redirect:

o Case Study.

File Input & Output:

o Read

o Write

Upload files to server.

PHP time stamp.

Classes & Objects.

Provided By

AptwareWebDevelopment