I use one db for multiple scripts and purposes, and i need to add prefixes to my tables. What do i need to do? i need something like:
$dbtblprefix = "tagbox_";
where when the scripts makes a new table in my db called tagbox_table
how do i make it so i dont have to type it in everytime?