IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2006, 12:30:54 PM (20 years ago)
Author:
eugene
Message:

adding inline images, php, html, more restricts, * fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/autocode.php

    r9003 r9008  
    2020// ** TABLE RESTRICTIONS **
    2121
     22echo "WHERE: $WHERE<br><br>\n";
     23
    2224// query the database
    2325if ($WHERE) {
     
    2729}
    2830
     31echo "SQL: $sql<br><br>\n";
     32
    2933$qry = $db->query($sql);
    3034if (DB::iserror($db)) {
     
    3337}
    3438
    35 // ** BODY HTML **
     39// ** HEAD CODE **
    3640
    3741// set up the table and form
     
    7276echo "</form>\n";
    7377
    74 // ** TAIL HTML **
     78// ** TAIL CODE **
    7579
    7680menu_end();
Note: See TracChangeset for help on using the changeset viewer.