GeekArticles
Database
MySQLPHP and PostgreSQL
Author: devshed.com |
Published: 10th Aug 2005 |
Visited: 202 times |
Add CommentFiled in: MySQLBy Vikram Vaswani May 01, 2002 A Matter Of Choice There's something patently unfair going on here. For some reason, almost every PHP tutorial on the planet makes the implicit assumption that if you're using PHP with a database, that database is going to be MySQL. Now, I have absolutely nothing against MySQL - I think it's a great product, and I use it fairly often in my development activities. However, it's not the only good open-source RDBMS out there - most developers have been...n
Read Article Sponsored Links
Related Articles
• Solaris, PostgreSQL, and NetBeans - Just Perfect! PostgreSQL is the open source enterprise database platform fully integrated into Solaris 10 and Solaris Express Developer Edition (SXDE) with comprehensive support offerings from Sun. This blog describes how to quickly setting up PostgreSQL 8.2 on SXDE 9/07 to make it work with NetBeans ...
• PostgreSQL support for DBX4 QC#: 41013 Version: 10.0 Status: Open defect, requires resolution Description: Please consider added a PostgreSQL driver for DBX4, possibly building from the DBexpress driver that was included with Kylix.
PostgreSQL's popularity is rising and is very ...
• Making the PostgreSQL and PHP Connection by Joshua D. Drake , coauthor of Practical PostgreSQL 01/24/2002 PHP is the most widely used Apache module available and provides a strong platform for Web application development. However, most people who use PHP with open source databases use PHP with MySQL. As an invitation to using PostgreSQL, I ...
• Optimizing Postgresql Ericson Smith Following Tim Perdue's excellent article on the comparison between MySQL and Postgresql , I decided to take a shot at installing and using this database. For most of our work I use MySQL and will continue to do so, because of its ease of use and unrivaled select query speed, and a ...
• MySQL and PostgreSQL Compared Tim Perdue Which database do I use: Postgres or MySQL? This age-old question has plagued developers for, what, at least a couple years now. I've used both databases extensively (MySQL for about one year and Postgres for about 2 years) and was curious if the performance differences between the t ...
• Linux Journal: Web Applications With PHP And PostgreSQL Tim Perdue Here is the code from my Linux Journal article on how to build a business application using PostgreSQL's transactions and PHP4. Download Code Common.php <?php //connect to postgres database $conn = pg_pconnect ( "user=tperdue dbname=linuxjournal" ); //see if our connecti ...