Trending Story

Crontab Commands

Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specified times. …

PO to MO converter

Simply we can convert PO(portable Object) to MO(Machine Object) Using Poedit or from the GNU gettext msgfmt command.( see the …

Block IPs with .htaccess

You want to block access of your site from particular IP Address, use the following tips!!!.  Create a .htaccess file …

ASCII Table And Description

ASCII stands for American Standard Code for Information Interchange.The ASCII character set contains 128 coded characters. Each ASCII character is …

Sitemap guidelines

Sitemap index file must be UTF-8 encoded.
A single Sitemap file cannot list more than 50,000 URLs and must be no …

PHP header types

Some of the commonly used PHP header content-types are listed below.
Atom
header(‘Content-type: application/atom+xml’);
Audio
header(‘Content-Type: audio/mpeg’); // mpeg /mp3 files
header(‘Content-Type: audio/x-wav’); // wav …

Page 10 of 11« First ...7891011