This could also help you get started:
"PHP Fast & Easy Web Development" by Julie Meloni. The book is basically two parts, an intro to PHP, all the way to making an FTP client, and MySQL database techniques in the second half. Very easy to read and apply, and you could get thru it in two weeks or so, if you work at it.
As far as "procedural" vs. OOP. I have mixed feelings about this too. Since PHP and the web does not really lend itself to dynamic pages (meaning nothing is done until the user visits the next page) I am mainly still the procedural type programmer.
I would love to be able to use the OOP techniques that I use in a language like Visual Basic. And maybe that will be available someday. We'll just have to wait and see.
But at least Sessions can help fill that gap for now.
Hope that helps.