I think I should make it clear. I need something like that
<?
$sql="SELECT * FROM table WHHEEERREE";
if (mysql_parse) //if smt like that existing
{
echo "Your query is ready.Click to execute it...";
}
else
{
echo "Better check your query";
}
?>
Clear enough ? please any help is very appreciated.
Kind regards..