I'm having trouble creating a new table. Here's the code (using PEAR DB API):
$db->query("CREATE TABLE host_name.user (user_name char(24) NOT NULL PRIMARY KEY, user_email char(255), user_telephone int, user_invite_mode char(255))";
Error message: Unknown error.
Is it not possible to create tables thorough PHP?