PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Since PHP eventually gets parsed by the server, anything that can happen at the server request level would probably be much faster (even moreso since the request would not need to be interpreted like the PHP script would).