Breadcrumbs
Tag: "sql"
-
Quickstart Guide to SQLite in PHP5
- Author
- Date
- Sun 1 Mar 2009 at 16:14
- Type
- Article
PHP5 includes a built-in SQLite extension that allows you to store data in a database without a standalone database server! Say good-bye to the pesky accompanying MySQL database server that you had to run alongside PHP. SQLite can help you to make your applications more portable, to avoid pesky file-based storage, and more! In this article, Matt goes through the basics you need to get started using SQLite in your PHP applications today!
-
Sun Acquires MySQL
- Author
- Date
- Wed 16 Jan 2008 at 20:09
- Type
- Blog Entry
Today Sun Microsystems announced its plans to acquire MySQL AB. I am always a bit iffy when it comes to acquisitions of such large, crucial companies, but I do think that this acquisition is a good one. Sun is a good pioneer of open source technology and will offer adequate resources for MySQL to grow in the future. Sun's acquisition of MySQL will certainly mark one of the most important acquisitions of this year in the technology world. A large number of websites rely on MySQL for their website's database, as does Lowter. I am not sure …
-
SQL Injections
- Author
- Date
- Sun 5 Mar 2006 at 22:10
- Type
- Article
Allowing users to input unescaped data into your application can lead to the dangerous vulnerability of a SQL injection. SQL injections can completely cripple your database, making them a major security risk. Here Doug discusses what SQL injections are and some practical methods to prevent them.
-
Relational Databases Introduction
- Author
- Date
- Fri 9 Sep 2005 at 21:43
- Type
- Article
SQL, a language for communication with databases, is a need to know skill in order to effectively understand and use databases to the full extent. Begin your SQL venture as Frans describes the background and theory of SQL and relational databases.
-
SQLite Overview
- Author
- Date
- Sat 26 Mar 2005 at 23:13
- Type
- Article
SQLite is a simple, zero-configuration relational database engine designed to be embedded in programs. This article introduces the reader to SQLite, providing a jumpstart to its use.
-
Introduction to SQL
- Author
- Date
- Sun 30 Jan 2005 at 7:39
- Type
- Article
Learn the basics of SQL and understand the syntax of SQL queries. Begin using SELECT and WHERE clauses.
