Question

thnx all, it worked:> kiewan.bplaced.net/brackets/bracket_view.php

im trying to setup another cup script(different then this)

export.php i did

[code]<?php

mysql_connect(‘localhost’, ‘kiewan’, ‘mypassword’);
mysql_select_db(‘kiewan’);

$query = mysql_query(“SELECT * FROM signups”);
while($fetch = mysql_fetch_assoc($query))
{

echo "INSERT INTO players2 
VALUES ( '', 1, '', '20061202232929', '".$fetch['name']."', '".$fetch['email']."', '".$fetch['irc']."', '".$fetch['contact']."', ''); <br><br />";

}
?>[/code]

config.inc.php i did

[code]<?

//MYSQL
$config[db_host] =“localhost”; // Database Host(usually localhost)
$config[db_name] =“kiewan”; // Database Name
$config[db_uname] =“kiewan”; // Database UserName
$config[db_pass] =“mypassword”; // Database Password

?>[/code]

thats the only thing i had to change right?
now im getting this error
link: kiewan.bplaced.net/3on3/

if you don’t mind helping me out<3

Dunno…
Try to set diffrent prefixes for your second bracket’s tables.
Or create another Database and and install brackets there.