Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "PHP"
From NetSec
(Created page with "PHP is one of many interpreted languages written in C.") |
|||
Line 1: | Line 1: | ||
PHP is one of many [[interpreted languages]] written in [[C]]. | PHP is one of many [[interpreted languages]] written in [[C]]. | ||
+ | =Development Environment= | ||
+ | ==php cli== | ||
+ | ==Pear/Pecl== | ||
+ | |||
+ | =Your first application= | ||
+ | =Variables and data types= | ||
+ | =Boolean Logic= | ||
+ | =Loops= | ||
+ | =User Input= | ||
+ | =User-Defined Functions= | ||
+ | =Security= |
Revision as of 02:32, 27 April 2012
PHP is one of many interpreted languages written in C.