Get your loops right first
A good rule of thumb to keep in mind is "90% of your scripts execution time is taken up in 10% of the code"
for ($i = 1; $i < count($myarr); ++$i) {
// } Never right Such type of code . It can be make site very slow.
No comments:
Post a Comment