Thanks guys
this seems still to be just testing $sstatus
$query="SELECT * FROM hcs WHERE Client = '$sclient' AND Status IN('$sstatus', '$sstatus2')";
i have a table where the word "Live"" or the word "Open" might be in the row named status, when running the query i need it to test row named status for either of those words & where the row named Client="$sclient"
thanx again