PHP Script to Convert all line-endings from Windows to Unix
This PHP script will normalize line-endings in all files in a directory, … Read more →
PHP code snippets and tips for customizing your own website, and for generating dynamic content with PHP.
This PHP script will normalize line-endings in all files in a directory, … Read more →
After running several benchmark tests, I find that the PHP nl2br() is … Read more →
The PHP code behind it Here is the PHP function to check … Read more →
Here is a PHP function to display a list of all cron … Read more →
This is a quick PHP script to delete only a single cron … Read more →
This is a quick PHP script to create a cron job with … Read more →
This PHP function compares just the text in two files. It’s useful … Read more →
Here is a PHP function to split a large paragraph into shorter … Read more →
This PHP function gets the abbreviated timezone based on the offset. The … Read more →
If you’re using PHP mktime() to make a timestamp for a specific … Read more →