Search Results

0
votes

How can I split a PHP script that takes a long time to run into smaller chunks?

You might also want to try optimizing your script. Are you doing too much in your loop? Could you move something out of the loop? What are you using to get the list of files? Is there a more light- …
1
vote

What’s the best scheme for eliminating blog- or comment-spam

The best advice with CAPTCHAs is to either roll your own, or just fake it. Here's a good article on CAPTCHAs: …