Discover big numbers and arbitrary precision in PHP
Tag: PHP
Learn how to send confirmation emails with Phalcon and Swift via Gmail
Horizontal scaling of databases in PHP applications - the how and why of master-slave replication
What can we expect if HHVM replaces Zend Engine in PHP 6? What are the possible pros and cons?
Learn about some less known web performance techniques
Guzzle is a PHP HTTP Client designed to help you consume restful and other APIs from all over the web
New Features in PHP 5.6 - operator overloading, variadic function syntax, $_POST improvements, and more
Learn about Graph Databases like Neo4j and prepare for the continuation of this series - a real world example of PHP+Neo4j use.
See sample php job interview task - calculating the day of the week of an imaginary calendar
Learn about systems you can use for message queues and delayed work. Make apps truly real-time by delaying the CPU intensive work.
Common teamwork logistics problems and suggested solutions for the same.
Revisit the long forgotten topic of Stored Procedures in MySQL and PHP
Have a look at our 2013 survey to decide what the best frameworks for 2014 are!
Learn how to combine PHP and WMI to dig deep into Windows and get insight into a machine's hardware and software details via PHP
An introduction to Forms in Drupal - how to build, submit and validate them inside your modules
Read about the social aspects of teamwork and how to handle various situations you can encounter.
Install the Phalcon framework on Windows Azure, configure URL rewriting and get a sample app up and running
Learn how to implement Dart and PHP through the resurrection of an old programming tutorial sample game.
Learn how to create and deploy a PHP+MySQL app on Windows Azure
Learn to use git hooks to set up automatic deployment for your PHP applications
Learn how to make TinyMCE automatically switch to the langauge of your PHP app
Getting started with Google App Engine and deploying your app via Git
Learn how to detect misspelled user input and suggest alternatives with the pspell PHP extension
Find out about a newcomer to the PHP autoloaders field. Focused on package-oriented autoloading, PSR-4 helps maintain simple folder structures.
Develop a command line markdown parser with PHP streams. Utilize user made filters to process an MD file and convert it to HTML.
Learn how to build a social network type posting mechanism using jQuery, MongoDB and PHP
Learn the basics of routing, caching and active record in the Yii PHP framework
Use Google Translate API to automatically translate user submitted comments on your website to predefined languages
Introduction to Gearman - the job server that lets PHP do multiple jobs in parallel
The final part of this Symfony series touches on pagination, unit testing, NativeQuery and image watermarks with GD