Thanks B for your reply
I have been trying to follow horse racing actually
Right i am having trouble with
$_POST['bet']=strip_tags($_POST['bet']);
after the hint " HINT: If you are accessing a GET or POST, make sure to use the isset function." I changed the line to
$_POST['bet']=strip_tags(isset($_POST['bet']);
now i get Error: syntax error, unexpected ';'
HINT: Maybe you forget to put a ; sign at the end of a line.
Not sure what is causing the error as i say i am not a strong coder but i like to try
Thanks