I was wondering, since there is a procedural way, and an OOP way, and since I've just started and haven't learned either way yet, can someone point me in the direction of some good OOP starter tutorials, so i get off on the right foot.
Thanx
Basic concepts of object-oriented programming (written with Java in mind, but still a good overview for OOP concepts you can use in PHP)
Basics of PHP OOP from the "PHP 101" tutorial at Zend.com
PHP Reference Manual: Classes and Objects (PHP5)