well if i leave the bottom like this
echo "Id is $data['ID']<br>";
echo "Entry is $data['Entry']";
It gives me an error
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/virtual/site50/fst/var/www/html/warez/balls.php on line 8
So i changed the bottom to something and it displayed what ID it was but no entry. I think i changed it to like
echo "Id is ['$ID']<br>";
echo "Entry is ['$Entry']";
Well more help would be enjoyed ;-)