Monthly Archives: April 2008

Null Values Handled Nicely with the PHP Error Suppression Operator

Working on some database reports for a client’s membership roster and such, I came across a simple solution in handling some types of errors. Error messages filled a column in one report that should have output whether certain requirements were … Continue reading

Posted in mysql, php | Leave a comment

Commenting Out Sections of Code Helps PHP Troubleshooting

Yesterday, at the end of a long day in front of this machine I could not for the life of me find the cause of this error: “Parse error: syntax error, unexpected $end in” my file on the last line. … Continue reading

Posted in php | Leave a comment