"Fossies" - the Fresh Open Source Software Archive

Member "webmysql-2.7/cgi-bin/webmysql-2.7/templates/runquery.html" (12 Feb 2008, 260 Bytes) of package /linux/www/old/webmysql-2.7.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1         <p>
    2             SQL code used:<br>
    3             <code><!--sql--></code>
    4         </p>
    5         <p>Explain information about the query</p>
    6         <table class="inputtable">
    7             <!--explainrecords-->
    8         </table>        
    9         <p>Query results</p>
   10         <table class="inputtable">
   11             <!--queryrecords-->
   12         </table>