[PHP-DB] PDO + The Role of PHP + SQLite - Am I missing something?

2010-05-11 Thread Lawrance Shepstone
Hi List, It seems that I'm a little confused (and thus frustrated) with PDO in general, and especially when it comes to PECL php_sqlite3. I understand that PDO is a data-access abstraction layer, and as one, is really good. However, the way I see it, is that PDO should just be an added extra, and

Re: [PHP-DB] PDO + The Role of PHP + SQLite - Am I missing something?

2010-05-11 Thread Niel Archer
> Hi List, > > It seems that I'm a little confused (and thus frustrated) with PDO in > general, and especially when it comes to PECL php_sqlite3. > > I understand that PDO is a data-access abstraction layer, and as one, is > really good. However, the way I see it, is that PDO should just be an ad

[PHP-DB] Extending my login - not sure how to add my code block in

2010-05-11 Thread Barry Zimmerman
I have a login script that is great and I want to expand on this but not sure where to place my new code I have written, I have placed it where I thought but keep getting errors for else and others when attempting to add this. The code I am adding is not complete and will change, but I want to lea

Re: [PHP-DB] Extending my login - not sure how to add my code block in

2010-05-11 Thread Bastien Koert
On Tue, May 11, 2010 at 12:26 PM, Barry Zimmerman wrote: > I have a login script that is great and I want to expand on this but not > sure where to place my new code I have written, I have placed it where I > thought but keep getting errors for else and others when attempting to add > this. > > Th