phpeveryday.com

The best tutorial of php, php framework, php strategies, object oriented oriented,


PDO: Activation PHP Data Objects Extension

Tag: PHP Data Objects, PDO, dll, extension, PHP extension   Category: PHP Database
post: 18 Apr 2008 read: 909


PHP Data Objects (PDO) Step By Step Tutorial - Part 2: Now, we try to activate this extension. These steps to activate/check whether PDO extension active or not.

To use PDO, check whether PDO extension exist or not. Try to open your php extension folder. For example, in my computer, the directory: app/php5/ext.

PDO library at PHP extension folder

Then, open your php.ini. Usually within c:/windows (depend on your php installation). Uncomment at line extension=php_pdo.dll, extension=php_pdo_mysql.dll. If still not exist, write them.

PDO library at PHP extension folder

Restart your apache. You can restart from services. If, you use windows XP, you can access from start > control panel > Performance and Maintenance > Administrative Tools > Services. Find apache, then click restart.

Restart apache




| Give Your Opinion | Recommend
Share and Bookmark to: These icons link to social bookmarking sites where readers can share and discover new web pages.
digg del.icio.us technorati Ma.gnolia BlinkList

Recommended articles by other readers:
Web Services: How PHP Kiss VB.NET? (Part 1)
Chart: How to Build Cool Animation Real Time Chart
Joomla: Fast Road to Understand Component Programming
Email: Send Attachement Mail
mod_rewrite - Part 1: create your "fantasy" URL

What do You Think?
Your Name *:
Email *:
(Will not be published)
Website/URL:
Your Comment *:
* Required


619
posting