2
votes
4answers
2k views
Which is fastest in PHP- MySQL or MySQLi?
I'd like to know if anyone has any first-hand experience with this dichotomy. A few blogs say the mysql extension is faster than mysqli. Is this true?
And I'm only asking about speed. I k …
6
votes
A lightweight application framework for PHP?
Kohana is a lightweight fork of CI. I like it better, but decide for yourself.
…
2
votes
PHP Optimization Tips
To sum things up...
Don't worry about optimization until you actually run into a bottleneck. Premature optimization will just introduce bugs and make the code harder to maintain. …
0
votes
Generated image using PHP and GD is being cut off
Are you running the same version of PHP on both servers? Post the relevant PHP code you're using to generate the image.
…
