Logged In: NO

Sorry,
the line:
if ($x==5 && &y==10) {

should be more like:
if ($x==5 && $y==10) {