<?php
$a = "72";
if(isset($a["ErrorTable"]))
    echo "YES";
else
    echo "NO";

?>