
PHP
Learn more about PHP by reading up on these informative articles, tutorials, and code snippets on Orangeable.
Top Posts
Minify HTML Page Output with This Simple PHP Script
Learn how to minify HTML output with this simple PHP script to improve web page load speeds and provide a better user experience.
Send HTML Emails with the PHP PEAR Mail Library
Learn how to set up a PHP PEAR Mail Library installation on a Ubuntu server with the ability to send HTML emails via SMTP.
Merge PDF Files with PHP and GhostScript
This article provides a quick tutorial on merging multiple PDF files into a single file programmatically using PHP and Ghostscript
More Posts
How to Create a 301 Permanent Redirect with PHP
In this article, we'll discover how to implement 301 permanent redirects on your site including benefits and best practices.
How to Prevent SQL Injections with PHP and MySQLi
Learn how to prevent SQL injections and protect your database using a simple PHP script and connecting to MySQL via MySQLi.
Web Scraping with PHP: Library and Regex Examples
This article explains what web scraping is and how to accomplish it either using a library or regular expressions within PHP.
What is PHP? How PHP Works & What It's Used For
What is PHP? Learn how PHP works, what it's used for, and how to create a script in this descriptive and in-depth article.
How to Use Memcached in PHP for Faster Load Times
Use Memcached with PHP to improve web page load times, especially with database-intensive and dynamically driven applications.
PHP Arrays: Indexed, Associative & Multi-Dimensional
Learn how to work with PHP's three different array types: indexed arrays, associative arrays, and multi-dimensional arrays.