the first one means the index of a variable you specified doesnt exist. im guessing you using a variable like this
$_GET['rate2']
so basically, it doesnt exist. look at isset() to check if a variable exists
similar problem for your second error
the variable named $Items doesnt exist. make sure its not supposed to be $items instead of $Items