Código PHP:
$placas="AAA 000-"
while ($dtplcs=$cxplacas->obtendatos()){
$posicion = strrpos($placas,$dtplcs['PLACA']);
if ($posicion === false) {
echo "**".$dtplcs['PLACA']."**<br>";
}else { echo "false".$dtplcs['PLACA']."<br>";}
}