Re: What's the best way to go about this?
If everything is stored in the database why not just have one file...e.g. view.php and then use view.php?id=1045. The on page view.php have:[code:2i3dpwhx]$id = $ _get[id];
//Select info from databse using $id[/code:2i3dpwhx]
Flabby Rabbit