I do a lot of php in nowadays, It was not always like that though and I have learned a couple of tricks when it comes to variable naming.
//this is my string variable $strVar = "";
//this would represent an array $arrCards = array();
//this is for an integer $intTotal = NULL:
//object $objDB = new database_class();
//boolean $blValid = true;