Archive for the 'php' Category


Make Code Readability your Priority - Get Out of the Perl Mentality

code, perl, php, webdev

Storing Simple Values and Parameters - define() your PHP constants

code, php, webdev

PHP REGISTER_GLOBALS turned off? Hack It Back

code, php, webdev

Simple Shortcut to PHP echo - Keep it Neat and Tidy

code, php

PHP boolean values - shorter and semantic IFs

code, php, webdev

Debugging an Array - Print it Recursively with print_r()

code, php, webdev

PHP Quotes and Apostrophes - the Difference

code, php, webdev

PHP Header Redirect? Don’t forget to die();

code, php

PHP Quick Plus Plus

arithmetic, code, php, variables

Using the PHP Modulus Operator

arithmetic, code, dev, operators, php, webdev

Use PHP to Capitalise Your Text

code, dev, php, string, webdev

subquery workaround in MySQL 4

code, database, dev, mysql, php, sql, webdev

explode() and implode() php arrays

array, code, dev, php, webdev

Dump your PHP Variables with var_dump()

code, debugging, php, variables

Struggling to debug php? Enable all errors

php, webdev

Sort out your Copyright notice with PHP Date()

code, php, webdev

PHP Ternary Operator - Shortcut to IF ELSE

code, php, webdev

PHP heredoc Syntax - Alternative to Assigning String Variables

code, php, webdev

Looping an array? Do it the foreach way

array, code, php, webdev