I am wondering weather or not you can call a title in the same way you can call users gold, gems ect... I wanted to call a certain title from the Database would it be something along this (I really do not know if this is possible or if i will have to
ask the MySQL DB)
$titleno = "25";
addnav("%s Level", $session[title][$titleno]");
I highly doubt this is the code and the more i look at it the more i dread having to use the lines of code i hate most ^^
$sql = "SELECT value FROM module_userprefs WHERE modulename = 'XX'";
db_query($sql);
Anyway if you can help me please do!