Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    
    # stop html-code and exit the script
    html_end;
    
  2. or download this
    DROP TABLE IF EXISTS users;
    CREATE TABLE users (
    ...
    INSERT INTO users VALUES ('','user2','Dagobert','Duck','gold','');
    
    GRANT SELECT, INSERT, UPDATE, DELETE ON usertrack.* TO gunny@localhost
    + IDENTIFIED BY 'RaZoRbLaCk'