PHP PROGRAMMING
Course Description
PHP is one of the hottest technologies on the web. The ease of a scripting language combined with the power of languages such as Perl, C, or Java and numerous libraries for everything from connecting to back-end databases to drawing Acrobat files on the fly. This two-day course gets you developing dynamic web content quickly. It goes on to explore some of the more popular libraries including accessing a MySQL database and working with images.
This course would be a good start for anyone planning on working on the LAMP (Linux, Apache, MySQL and PHP) platform.
2 days
Contact us for pricing
Prerequisites
Knowledge of HTML required and experience with C, C++, Perl or Java helpfulIntroduction to PHP
A Little HistoryFind PHP on the Internet
A Simple PHP Program
PHP and PHP Programs
Where is that Documentation?
Developing Web Applications
Client/Server Interaction and PHPHTML Forms
Form/PHP Interaction
Output Functions
File I/O
Writing Your Own Functions
PHP Syntax
Integers, Floats and StringsThe Assignment Operator
Operators, Variables and Constants
Logical and Relational Operators
The if Statement
The switch Statement
Arrays and Associative Arrays
The for Statement
break, continue and exit
Data Functions
Data Types and Testing FunctionsWorking with Arrays
Working with Strings
Intval( ), doubleval( ) and strval( )
Database Functions
What is DBM?DBM Database Functions
What is MySQL?
MySQL Database Functions
What is Oracle?
Oracle Database Functions
mage Functions
What is the GD Library?Image File Formats
Creating an Image
Working with Images
Outputting Images
Other Topics
Working with Cookiessetcookie( )
The header( ) Function
Environment Variables
PHP