Notes PHP
-
Quick Reference
PHP Tags, Flow Control, Output, Embedded Code, App Structures, Data Embedding, Form Post & Get, Predefined Functions & Constants, JSON, File IO, Arguments
-
PHP Encryption
Hash, User Login, Sample Code
-
XML I/O
XML Notes, Accessing XML Data, Modifying XML Data, Saving XML Data, Constructing XML Data
-
Classes
Object / Classes, Contants, Autoloading, Contstructors & Destructors, Inheritance, Static Variables & Methods, Visibility, Scope, Abstraction, Object Interfaces, Anonymouse Classes, Overloading, Iteration, Cloning
-
Arrays
Single Dimension, Two Dimension
-
File I/O
Not Yet Written
-
Error Handling
Not Yet Written
-
Regular Expressions
Not Yet Written
-
Keyed Collections
Not Yet Written
-
Form Processing
Not Yet Written
-
Simple XML Registration
Sample code using Simple XML to register a user.
-
Simple XML Login
Sample code using Simple XML to login a user.
-
DOM XML Registration
Sample code using DOM to register a user.
-
DOM XML Login
Sample code using DOM to login a user.
-
Site Security
CSRF, XSS, Replay Attack, Sample Nonce Code
-
XML Nonce Register/Login
DOM XML Registration and Login using Nonce