Page 1 of 1

Code Executing Slowly

Posted: Mon Aug 27, 2012 3:38 pm
by katiemac22
Hello

I have written some code that returns job search results based on some criteria:
Here is the link: http://career-updates.org/kath.php?p...rida&x=60&y=17

I copy the job results into an array and then parse out using a pagination routine.

The code where I copy search results to an array is executing very slowlly as can be seen on the above link.
Inside the attached php file, the code I am referring to can be found where I added this comment:
/* loop below here is loading slow - making page load slow */

http://career-updates.org/problem.zip

Re: Code Executing Slowly

Posted: Mon Aug 27, 2012 4:20 pm
by social_experiment
The for loop doesn't seem to be working