ela esta desse jeito aki n entendo muito de site
<?php
$L2JBS_config["javascript_sort_method"]="bubble";
$link = mysql_connect(l2jdb_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']);
if (!$link)
die("Couldn't connect to MySQL");
@mysql_select_db(l2jdb_config['mysql_db'], $link)
or die ('Error '.mysql_errno().': '.mysql_error());
?>
|