Help for this page

Select Code to Download


  1. or download this
    $handle->prepare($allyourcommands); 
    $handle->execute();
    #that will do it.
    
  2. or download this
    create table usertypes (    
        usertype varchar(5) not null, 
        usertype_label varchar(25) default 'user',
    ...
    
    INSERT INTO usertypes (usertype, usertype_label, usertype_file_downloa
    +d)
        values ('u','user',1);