Why must the PHP Manual be so boring?
Well, I'm dragging myself through it to check out the language's specifications and some tips/hints on how to do things the right way.
I know Alex has done A LOT of PHP scripting before. So any tips for better script performance?

One thing i know he would tell you (arti was my teacher ;D)
Really organize your code. Classes in different files. I normally put all my functions for users in a file called functions.users.php and put it in the include file. Add a class inside the file called users. Then put all your functions with users in that file. And so on.
Alex was my some what teacher. Told me to organize my code, make it as clean as possible, and rename controls so you know what it is. Example: StringName would be strName.
Make a Bot selling site so we can make some money for LG. D<
-removed-
Design is bleh, I know.
edit: scratch that, redoing