LOL!

Oh no, you're hooked now. It's just a matter of time before you post a table wrappers mod for Photo Post...

The funny thing is that if you look at what Rick Baker has done with Threads the concept of placing script in a php file, and then html in a template that the php file includes, makes a lot of sense. If you want to add a new feature to the script, no problem. There isn't any html getting in the way when you are manipulating the php file. Want to change the way that the final html page looks to the client, no problem. Just edit the template, and the only time you'll have to mess with php script is if there is some sort of loop that's being used to recycle the html (the post lists being one example). Seperating the php script from the html actualy makes them both easier to edit.