
found a few too:
Code:
echo "<table cellspacing='10' border=0' cellpadding='0' width='100%'?";
look at the "border" part, its missing a '
also the "?" at the end of it should be a ">" instead
e.g:
Code:
echo "<table cellspacing='10' border='0' cellpadding='0' width='100%'>";