Archive for January 23rd, 2007

B2B: Testing and defining variables in PHP

Posted by michael on January 23rd, 2007 under Code, MySQL
 •  1 Comment

PHP is a dynamic, weakly-typed language, and as such, beginners to the language will often find their code acting unpredictably because of assumptions they have made.
PHP has a fairly low entry point for new programmers - it’s easy enough to get a couple of small sample scripts up and running, but on the same token, [...]

B2B: MySQL Joins and Foreign Keys

Posted by michael on January 23rd, 2007 under Code
 •  10 Comments

Welcome to the first of five articles in the Web Expose Back to Basics project. Each article is going to cover a seperate and distinct topic, with the aim of providing worthwhile beginner tutorials to aid in furthering your web development skills.
The topic for today is using the popular MySQL database to logically store and [...]