Difference between revisions of "Main Page"

From Hashphp.org
Jump to: navigation, search
(Topics)
(Topics)
 
(16 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
This wiki is a repository of answers and other information for questions commonly asked in the ##php channel on the [http://freenode.net Freenode] irc network.
 
This wiki is a repository of answers and other information for questions commonly asked in the ##php channel on the [http://freenode.net Freenode] irc network.
  
Currently this is still a work in progress, but we'll be adding more as time goes on.
+
Currently this is still a work in progress, but we'll be adding more as time goes on.  We will eventually organise articles in to categories once we have enough content to warrant it.
  
 
== Topics ==
 
== Topics ==
  
 +
* [http://ss23.github.io/php-tutorial/ PHP Tutorial for the Absolute Beginner]
 
* [[Security]]
 
* [[Security]]
 +
* [http://phptherightway.com/ PHP The Right Way] - A collection of best practices for PHP.
 +
* [http://floating-point-gui.de/errors/comparison/ Dealing with floating point numbers] - Best practices for dealing with floating point precision.
 
* [[ObjectsAndRefs|Objects and References]]
 
* [[ObjectsAndRefs|Objects and References]]
 
* [[Validation|Validation and SQL Injection]]
 
* [[Validation|Validation and SQL Injection]]
 +
* [[PDO Tutorial for MySQL Developers]]
 +
* [http://codeangel.org/articles/simple-php-template-engine.html Simple PHP Template Engine]
 +
* [http://blog.ircmaxell.com/2011/08/error-handling-in-php.html Errors and Error Handling]
 +
* [[Storing Passwords Safely]]
 +
* [[HttpPrimer]]
 +
* [[PHP Myths]]
 +
* [[Channel Guidelines]]
 +
* [[Bans|The Users Guide to Appealing a Ban]]
 +
* [[Being Helpful to Others in the Channel]]
 +
* [[A PDO Example Using SQLite]]
 +
* [[A PDO Example Using SQLite and simple AJAX]]
 +
* [[16 Tips for Secure Code]]
 +
* [[ToDo | Articles that need to be (re)written]] - Want to participate but don't have any ideas on what you should write? We have some for you!

Latest revision as of 10:16, 23 March 2015

Welcome to the hashphp.org wiki!

This wiki is a repository of answers and other information for questions commonly asked in the ##php channel on the Freenode irc network.

Currently this is still a work in progress, but we'll be adding more as time goes on. We will eventually organise articles in to categories once we have enough content to warrant it.

Topics