Help for this page
$handle->prepare($allyourcommands); $handle->execute(); #that will do it.
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);