postgresql

DevShed: Handling File Data with PHP (Reading & Seeking)

PHPDeveloper.org  Thu, 12/01/2011 - 10:09

DevShed has posted the fifth part of their "handling files in PHP" tutorial series today (excerpted from the book "Beginning PHP and PostgreSQL 8: From Novice to Professional") with a focus on read from multiple places in a file to get to different data.


 

PHPBuilder.com: Build an MVC Framework with PHP

PHPDeveloper.org  Fri, 12/18/2009 - 07:50

On PHPBuilder.com today there's a new tutorial that walks you through the process of creating a simple MVC framework in PHP based on Smarty, PostgreSQL and the PEAR XML_Serializer package.


 

Accessing PostgreSQL in C/C++

Linux Journal - The Original Magazine of the Linux Community  Mon, 08/03/2009 - 10:55

For some, databases can be pretty intimidating. I remember some of the convoluted code I wrote years ago in order to avoid having to learn how to access a database from my programs.

But it's actually not that hard to access a database, even in C/C++.

read more