Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I added that line because it only made sense that it should work as before :). And btw you are amazing! It worked perfectly. Check it out! Every last post since I've started it is now updated. I've always hated not really being able to change anything without going back and doing it manually, and I never knew quite enough to update them all at once. This is great!

Thanks for all the work you've done. I'm sure I'll see you around here in the future :rolleyes:

Brendon
 
Good to hear.

Glad you figured out to add that line to handle the tbody stuff (I thought you fixed those manually last time). Thanks for allowing me to write it as a class, that's rarely done on this forum and we need to do more of it here for the more advanced PHP users. Object oriented programming (OOP) is very cool. I use classes to write other classes, i.e. this class has all the DB stuff from another class so my time spent was on your specific query, not "how to connect to a MySQL database" and trap connection errors. Please take time to examine the source, I prefer a classic "get" and "set" approach in the function names so it's easy to follow. Then you'll end up either re-using your own code to save valuable time or easily sharing it with others who can easily extend functionality. That's OOP in a nutshell and why I push people to try it on certain projects.

Well, enough said, thanks for your patience and enjoy the script.

Cheers.

-jim
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.