Are we going to have a training session with Jason about using advanced class and function?
Honestly, PHP has the weirdest usabilty of class in all other programming languages that I use. But that might be one of the biggest advantage of scripting language, it’s a lot easier to use. One more thing though, some time the use of strong typing in PHP is really needed, considering that I saw a lot of PHP script running around without the use of strong typing, which sometime it’s hard for me to grasp the whole concept of the code. Take an example one variable $temp that is use for string, integer, float, and etc. Can you imagine when you read the code and you start wondering what’s the type of the current content for this $temp variable? But that’s also one of the benefit that I can see form PHP, which lead to the flexibility in building a small usefull code, if it is use correctly.
Dude... I’m way over my head now. I guess I post this on the wrong topic

It’s just a thought that come across my mind when reading advanced php scripting post in this topic.
Keep it up mark... Glad to have this snippet with me all the time...