Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
$phpEx = 'php';
include($phpbb_root_path . 'common.' . $phpEx);
//---- AB HIER ... -----
$sql = "CREATE TABLE " . HOOKUP_MEMBERS_TABLE . " (`topic_id` int(11) NOT NULL default '0', `user_id` int(11) NOT NULL default '0', `notify_status` tinyint(1) NOT NULL default '0', `comment` VARCHAR( 255 ) NOT NULL DEFAULT '', PRIMARY KEY (`topic_id`,`user_id`), KEY `topic_id` (`topic_id`)";
$result = $db->sql_query($sql);
//---- ...BIS HIER GGF. COPY & PASTE F. MEHRERE QUERIES ----
trigger_error('Das SQL Query wurde ausgeführt');
und diese ` sind ok?