Programming PHP | King of Scripts

... using the database-independent PEAR DB library and the new PDO Library Chapters that show you how to generate dynamic images, create PDF files, and parse XML files with PHP Advanced topics, such as creating secure scripts, ...>>Read More

[Related Article]
http://www.kingofscripts.com/blog/2009/06/programming-php/
[Posted On]
20:10:40 06-30-2009

Creating a Secure Login System the Right Way | Tinsology

Making a custom login system is a common task for beginning PHP developers. Jumping right into it, however, may not be the best approach. There are several important aspects do building a login system that not only makes it work, ... Using an abstraction layer like PDO will also help to prevent this. Now that we've processed our registration data we can write the code to process our login data. Logging in. Seriously this time. Our login processor will pull the login data ...>>Read More

[Related Article]
http://tinsology.net/2009/06/creating-a-secure-login-system-the-right-way/
[Posted On]
15:03:13 06-30-2009

Everything....: PDO (PHP Data Objects) && Prepared Statements

PDO (PHP Data Objects) && Prepared Statements. A prepared statement s, essentially, the template of an SQl statement that has been pre-parsed and compiled and is ready to be executed by passing it the appropriate date. ...>>Read More

[Related Article]
http://ms1180.blogspot.com/2009/06/pdo-php-data-objects-prepared.html
[Posted On]
10:50:00 06-30-2009

Three Wordpress alternatives for your blog

I wasn’t what you would call an “early adopter” of Wordpress. In fact, I sometimes feel like I was one of the last to make the switch from Movable Type, which I loved and recommended to anyone who asked me what a blog was (yes, those were the days). Today, of course, over 90% of the work I do is on Wordpress- and I’ve fully embraced this powerful publishing system. But there are alternatives. And today, I want to show you three of them. Habari . This, in comparison to WP, is one of the >>Read More

[Related Article]
http://www.devlounge.net/publishing/three-wordpress-alternatives-for-your-blog
[Posted On]
05:28:06 06-30-2009

Has it been that long? | GarfieldTech

I also started thinking about how to make PHP 5 finally happen, and one idea I started toying with the final night there was using PDO for our database layer to get our foot in the door. The high-point of the conference was when a ...>>Read More

[Related Article]
http://www.garfieldtech.com/blog/4-years-of-drupal
[Posted On]
15:33:09 06-29-2009

apaitu::server::configuration » Blog Archive » Install PDO MySQL ...

Install PDO MySQL under CentOS 5.3. # yum install php-devel php-pear mysql-devel httpd-devel # pecl install pdo # PHP_PDO_SHARED=1 pecl install pdo_mysql. add php.ini. extension=pdo.so extension=pdo_mysql.so. # apachectl restart ...>>Read More

[Related Article]
http://www.apaitu.com/2009/06/27/install-pdo-mysql-under-centos-53/
[Posted On]
21:01:41 06-27-2009

Firebird News » new php 5.2.10 firebird repository for centos released

... for Fedora and Enterprise Linux ≥ 4 (RHEL, CentOS) with most of the extensions and firebird driver. the new package php-interbase (Fedora ≥ 9 and EL) provides the Firebird/Interbase extension and the Firebird/Interbase PDO driver. ...>>Read More

[Related Article]
http://www.firebirdnews.org/?p=3047
[Posted On]
17:55:40 06-27-2009

Fatal error: Uncaught exception 'PDOException' with message ...

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000] [1203] User willdura_blog already has more than 'max_user_connections' active connections' in /homez.154/willdura/www/core/model/pdo/wPdo.class.php:26 Stack ...>>Read More

[Related Article]
http://www.willdurand.fr/articles/34/optimiser-les-performances-de-son-site-web-pariez-sur-le-frontend.html
[Posted On]
18:36:25 06-26-2009

Using MySQL Stored Procedures with PHP mysql/mysqli/pdo ...

As you can see from the results above, mysql could not get the recordset returned by the stored procedure while mysqli and PDO could. After some more research, some people mentioned (Bob's World, php.net) that by adding 'false,65536′ to ...>>Read More

[Related Article]
http://preetul.wordpress.com/2009/06/26/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/
[Posted On]
18:06:14 06-26-2009

MySQL PHP PDO error in xampp

If your PDO scripts are crashing Apache after installing xampp 1.7 for windows all you need to do is: download this http://windows.php.net/downloads/snaps/php-5.2-win32-VC6-x86-latest.zip; unzip; copy libmysql.dll into xampp\apache\bin ...>>Read More

[Related Article]
http://allurcode.com/2009/06/25/mysql-php-pdo-error-in-xampp/
[Posted On]
19:59:09 06-25-2009