News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Using an Access Database with PHP
May 08, 2012 @ 14:57:38

On the PHPMaster.com site there's a new tutorial (from David Francis) about connecting to a database (a basic introduction using PDO) and doing some of the common operations with the connection.

Wouldn't it have been better for them to able to maintain their database where ever they were? Of course, but how? Simple - put it online. [...] In this article I'll focus on the essential elements of PHP you'll need to use an existing Access database online. One other item that's standard with a Windows installation is the availability of ODBC drivers. These are essential for the use of Access from PHP.

He includes a sample database structure (with "product", "product_category" and "category" tables) and includes some sample code showing how to connect to the remote database and perform some basic actions - select, update, insert and delete

0 comments voice your opinion now!
tutorial database remote access pdo


blog comments powered by Disqus

Similar Posts

Lehi Sanchez's Blog: The Ultimate Open Source Web Server Installation Part 1

IBM developerWorks: MVC with Agavi - Add forms and database support with Agavi and Doctrine

Rob Allen's Blog: Using your own View object with Zend_Application

Zend Developer Zone: Data Migration and Import Examples

Zend: Roll Your Own Search Engine with Zend_Search_Lucene


Community Events











Don't see your event here?
Let us know!


interview series application framework release podcast introduction development code object unittest functional testing tool phpunit community language example opinion zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework