Considering you’ve already read a book covering PHP and MySQL, I’d suggest checking out PHP: The Right Way which is a website of current PHP best practices. It’s likely to be more up-to-date than any book you could buy, and will point you towards good resources and tutorials for further reading on related topics such as PDO.
If you really would prefer a book, then I can recommend PHP Objects, Patterns, and Practice by Matt Zandstra… while it’s a few years old now, it does cover more advanced topics such as unit testing and design patterns.
I am going to test the " Right way" but i would like to recommend me other books such as Zandstra’s book. It should be very good. Do you know any other Php book which will not cover the basics. I just want to read something more Pro. Not the basics.
—> I am interested about making mine powerful website.
Also add this book to your list: PHP In Action by Dagfinn Reiersøl, Marcus Baker and Chris Shiflett
It is starting to get a tad old (not sure if they have came out with a new revision), but this is so far the best PHP development book I have seen. It will not teach you PHP if you do not know it, but it is a easy/good entry to proper architecture, and how to do it with PHP.