Questions about this topic? Sign up to ask in the talk tab.

PHP

From NetSec
Revision as of 13:37, 2 May 2012 by LashawnSeccombe (Talk | contribs) (Security)

Jump to: navigation, search

PHP is one of many interpreted languages written in C.

Development Environment

php cli

  • php -l check syntax
  • php -v version
  • php -e oneliner

Pear/Pecl

Your first application

Variables and data types

Boolean Logic

Loops

User Input

User-Defined Functions

Security

  • Type Handling
  • XSS
  • SQL Injection