When I use that code, nothing appears.
I connect via this code :
<?php
mysql_connect("host","name","pass") or die ("Unable to connect to MySQL server.");
$db = mysql_select_db("database") or die ("Unable to select requested database.");
?>
<?php require_once('Connections/WarcraftGenerations.php'); ?>
Now of course I do have my host name/name/pass filled out right, I just shielded it for security.
What am I missing? Something to declare the variables?