code snippets

Using MySQL prepared statements with PHP mysqli - Ulf Wendel

Planet PHP  Fri, 11/04/2011 - 08:14

Starting with PHP mysqli is easy, if one has some SQL and PHP skills. To get started one needs to know about the specifics of MySQL and a few code snippets.

Using MySQL stored procedures with PHP mysqli has found enough readers to begin with a “quickstart” or “how-to” series.

...


 

Federico Cargnelutti's Blog: Building a RESTful Web API with PHP...

PHPDeveloper.org  Mon, 09/12/2011 - 08:10

Federico Cargnelutt has a new post to his blog showing you how to create a REST API for your site using the Apify (complete with a shiny new 1.0 release).


 

PHPBuilder.com: Building a Multilingual PHP Website

PHPDeveloper.org  Thu, 09/01/2011 - 08:02

On PHPBuilder.com today there's a new post from Vojislav Janjic with three methods (sans-framework) that you can use to create a multilingual website - some a bit easier to maintain than others.


 

Sasa Stamenkovic's Blog: Create Kick-ass Website in no Time with...

PHPDeveloper.org  Wed, 07/27/2011 - 11:02

Sasa Stamenkovic has a quick post to his blog talking about a switch he made away from the Zend Framework over to Silex for a simple portfolio site.


 

How to remove duplicate files on Linux without wasting time

Linux Today  Sun, 07/03/2011 - 16:00

TechRepublic: Here are some code snippets to streamline the search and removal of duplicate files on your Linux computer.


 

Josh Adell's Blog: Neo4j for PHP

PHPDeveloper.org  Fri, 06/17/2011 - 09:05

Josh Adell has written up a new post for his blog showing some of his experience connecting PHP to Neo4j, a graph database (and open source project).

It helps to solve a problem of related datasets and the difficulties that traditional RDBMS have with them.


 

3 Engineers Blog: 3 Step Layouts in Zend Framework

PHPDeveloper.org  Mon, 04/04/2011 - 12:04

In a recent post to the 3 Engineers blog, they take the usual "Two Step" approach the Zend Framework takes to generating view data (Zend_View + Zend_Layout) and takes it up one more step by using Three Step Layouts with a simple wrapper.


 

SitePoint PHP Blog: How to Create Your Own WordPress Shortcodes

PHPDeveloper.org  Thu, 11/11/2010 - 08:26

On the SitePoint PHP blog today there's a new post showing how how to make your own "short code" system that allows for custom function execution.