<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1607557864778136020</id><updated>2012-02-16T04:03:52.586-08:00</updated><category term='pdo'/><category term='php'/><category term='database'/><category term='sqlite'/><title type='text'>Web Development</title><subtitle type='html'>Hopefully useful PHP, MySQL and JavaScript code snippets :)</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.php-blog.info/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1607557864778136020/posts/default'/><link rel='alternate' type='text/html' href='http://www.php-blog.info/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Eugene</name><uri>http://www.blogger.com/profile/10120626905952783905</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1607557864778136020.post-6999223932249610917</id><published>2011-10-14T10:02:00.000-07:00</published><updated>2011-10-16T15:36:05.319-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sqlite'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='pdo'/><category scheme='http://www.blogger.com/atom/ns#' term='database'/><title type='text'>PHP class for SQLite database (using PDO)</title><summary type='text'>This class was created as a universal solution for small scripts that need to permanently store information in some kind of database. There are of course other ways like JSON/XML in files, or CDB, but using SQLite gives the flexibility of SQL without a need for any database server.

The following class uses PDO to interact with a database. It needs write permissions to a directory where the </summary><link rel='replies' type='application/atom+xml' href='http://www.php-blog.info/feeds/6999223932249610917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.php-blog.info/2011/10/test-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1607557864778136020/posts/default/6999223932249610917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1607557864778136020/posts/default/6999223932249610917'/><link rel='alternate' type='text/html' href='http://www.php-blog.info/2011/10/test-post.html' title='PHP class for SQLite database (using PDO)'/><author><name>Eugene</name><uri>http://www.blogger.com/profile/10120626905952783905</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
