Posts

Showing posts with the label PHP

PHP and MySQL Pagination

PHP/MySQL select data and split on pages Found this useful article on howto split MySQL records onto pages. So if you want to show only 20 records per page then follow the link.

Forward (pipe) emails through PHP in postfix

http://jeroensmeets.net/setup-postfix-to-forward-incoming-email-to-php/ Useful blog post on how to forward (pipe) email through PHP in postfix. Found this as it's a feature used by Active Campaign but its not covered by their help files.