Other News

Community

PHP Web Blog – Part 2

(Eric Besserer) In Part 2 of our PHP Web Blog tutorial, we will create the administration page that will allow us to add, edit or delete the contents of our blog. If you haven’t worked through part 1, you’ll want to start by reading the first part of this article.

Community

Practical XML Schema

(Graham King) XML has two main advantages: first, it offers a standard way of structuring data, and, second, we can specify the vocabulary the data uses. We can define the vocabulary (what elements and attributes an XML document can use) using either a document type definition (DTD) or the XML Schem

Community

MySQL Stored Procedures: Part 1

(Ian Gilfillan) MySQL 5.0 finally introduces functionality for Stored Procedures. So what exactly are stored procedures? That is the kind of question that gets database professionals who use other DBMS’s raising their eyebrows. Stored procedures have been integral to Oracle, PostgreSQL, DB-2, MS-SQL