Hi Michal,<br><br>I'm trying to implement titled case related to bug [0].<br>In current code, any SQL going to executed via SQL window, is processed and if there are more SQL queries, it detect only one query.<br>So whole statement with any valid number of SQl queries need to be detected.<br>
Then by using mysql_multi_query() function all results related to multiple queries can be obtained.<br>As I think displaying these results can be done with looping the result sets.<br><br>Additionally I saw mysql_multi_query manual [1] mentioned that separate queries are identified by semicolon.<br>
May be I need to replace the delimiter if it is not a semicolon.<br><br>Please put me into right track with your suggestions if my way is not correct.<br><br>[0] : <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=3474853&group_id=23067&atid=377408">http://sourceforge.net/tracker/index.php?func=detail&aid=3474853&group_id=23067&atid=377408</a><br>
[1] : <a href="http://php.net/manual/en/mysqli.multi-query.php">http://php.net/manual/en/mysqli.multi-query.php</a><br><br>Regards !<br><br><i style="background-color:rgb(255,255,255);color:rgb(153,153,153)">Chanaka</i><br>