Hi both and thank you for your time.
I have removed the parenthesis from the individual parts, but I still get an error;
if ($row_owners['accomarrival'] >= date() && $row_owners['accomdepartdate']) <= date()) {
echo $row_owners['houseno'];
}
else
{
echo $row_owners['accom1'];
}
Parse error: parse error, unexpected T_IS_SMALLER_OR_EQUAL.
Is it becuase I have the >= date() written incorrectly?