Help for this page

Select Code to Download


  1. or download this
    update <tablename> set <fieldname>=<value> where <conditions>
    delete from <tablename> where <conditions>
    or
    insert into <tablename> (<field1>,<field2>) values(<value1>,<value2>)
    
  2. or download this
    sub db_connect
    {
    ...
            exit;
            }
    }