Toggle navigation
JohnElder.org
> My Code Snippets
Ruby
Rails
Python
Data Analysis
PHP
Javascript
Git
PHP Code Snippets
Table Of Contents
External Resources
Working With Variables
Math Operators
Comparison Operators
Escape Characters
If/Else Statements
If/Elseif Statements
Arrays
For and While Loops
Functions
Generate Random Numbers
String Manipulation
Include() Function
Templating Out a Website
Require_Once to Template Out a Website
I Totally Invented Planking
In The Early 80's
External Resources / Tutorials
PHP For Affiliate Marketers Book - By Me!
Website Text Spinning With PHP Book - By Me!
Codemy.com Watch Videos, Learn To Code
The Online School I Founded to Teach Code
My Free PHP Video Course On Youtube
Working With Variables
Math Operators
Comparison Operators
Escape Characters
If/Else Statements
If/Elseif Statements
Arrays
For and While Loops
Functions
Generate Random Numbers
<?php //rand(min, max); echo rand(5, 15); ?>
String Manipulation
Include() Function
Templating Out a Website
Require_Once to Template Out a Website