Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /home/ttoomey/pancorp.com/newsletter/class.creditcard.php on line 18
it occurs in this area of the code
Code: Select all
class CCreditCard {
// Class Members
var $__ccName = '';
var $__ccType = '';
var $__ccNum = '';
var $__ccExpM = 0;
var $__ccExpY = 0;
// Constructor function
CCreditCard($name, $type, $num, $expm, $expy) {anyone know what it is?