|
Php Related
|
|
Tuesday, 01 December 2009 03:26 |
This morning in the IRC chat (irc.scriptschool.com #scriptschool) a random visitor named Rnd-Amarion stopped by with the following how-to PHP question:
I am about to learn PHP, and want to program a simple web page with a long string of random numbers. I have the random numbers allready. When someone queries the web site, it retrieves [...]
read full article
|
|
Php Related
|
|
Tuesday, 01 December 2009 03:26 |
As with any tips for optimization, it’s best advised to benchmark your code first rather than just start hacking and slashing your code. With that said and understood, I enjoy reading articles for better optimizing PHP code and came across this one from reinholdweber with 40 tips + 1 bonus tip that looks pretty good. [...]
read full article
|