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

Difference between revisions of "PHP"

From NetSec
Jump to: navigation, search
(Security)
Line 5: Line 5:
 
* php -v version
 
* php -v version
 
* php -e oneliner
 
* php -e oneliner
 +
 +
{{quote|Many [[Linux]] distributions package the [[PHP]] CLI separately|Xochipilli}}
  
 
==Pear/Pecl==
 
==Pear/Pecl==

Revision as of 02:06, 16 May 2012

PHP is one of many interpreted languages written in C.

Development Environment

php cli

  • php -l check syntax
  • php -v version
  • php -e oneliner
Xochipilli says
Many Linux distributions package the PHP CLI separately

Pear/Pecl

Your first application

Variables and data types

Boolean Logic

Loops

User Input

User-Defined Functions

Security

  • Type Handling
  • XSS
  • SQL Injection