tag
Sql
- PDO Connection Timeouts and Aura.SqlFor today’s PHP developer there is only one way to code a connection to a database: PDO, an access …
- Connecting to a MySQL Database with PHPWorking directly with the database is something I rarely do any more with the applications I work with. …
- Revisiting the Database ClassSeveral months ago I wrote a blog post describing how to create a database class that would wrap the native …
- A Reusable Database Class in PHPFor the last post in this short series on SQL I wanted to explain some more in-depth usage. A technique that I …
- Reading Data with SELECTWhile the last two posts focused heavily on theory and fundamentals of SQL it’s time to start on the …
- How Tables and Rows WorkIn my last post, I introduced some of the basic ideas of data storage and how I came to realize that SQL would …
- Why Keep Content in a DatabaseI like to think of myself as a practical web developer. With no true formal training, most of what I use to …
- Current Programming LanguagesI started learning about web development during the summer of 2006 when I took an undergraduate course at …