01.05.2014, 06:36
Well my first question do the lines you are having errors on return a specific value? Try print_r(); The error means that you're probably retuning a null value, so try using the isset() method if it returns the value you need whenever you perform an action.