On 11 May 2011 at 19:25, Curtis Maurand <[email protected]> wrote: 

> $_cartTotal="$0.00";

Surely that should be:

$_cartTotal = "0.00";


tim


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to