RobertsonDev
Snippets of code and tricks that would otherwise be forgotten. Useful for me, hopefully for you too.
Wednesday, October 30, 2013
PHP error reporting
Great for development:
<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');
// probably more error reporting than you'll want
?>
Tuesday, October 8, 2013
Finally, a unicode lookup tool!
For whatever reason I always have trouble finding a resource this good for converting special symbols
http://unicodelookup.com
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)