http://www.php.net/manual/en/
The PHP manual pretty much covers everything you need to know to land a good job. It's an easy read, actually one of the better documentations for Open Source languages.
If you read it, it should help you grasp the most important concepts. Do a refresh on OOP (object oriented programming) to help you too.
Learn how to access databases with the languages built in database functions.