-
-
-
PHP – Friendly File Size
Source: James Logsdon
-
-
Web Crawler – PHP
Example:
-
Coding Standards
=============================== MercuryBoard Coding Standards =============================== Please follow these guidelines when modifying or adding to the MercuryBoard source. They are slightly modified PEAR (http://pear.php.net) coding standards. Indenting and Space ===================== Use an indent of 1 tab. After the first non-tab character on a line, spaces should be used for whitespace. There should not be any space…
-
-
Code | CSharp | JavaScript | PHP | PowerShell | VB | VB.NET
New Line
Often we forget what code we need to use to create a new line (line break), hopefully this will help. n = CR (Carriage Return) Used as a new line character in Unix r = LF (Line Feed) Used as a new line character in Mac OS nr = CR + LF Used as a…