]> MySQL | Web Developer Reference Blog

Figures In Comfort Project Report

Sunday, May 23rd, 2010
Figures In Comfort Screen-shot

Figure Cases Product Listing (FIGURE 1)

Figures in comfort asked me to produce a method of ensuring that customers can only select the amount of foam that will fit into the cases.

The previous system allowed customers to choose more foam than would fit, which made it take longer for them to be able to fulfil the order.

This is because some trays are double, triple and even quadruple depth.

The client would first have to contact the customer to explain, costing time and money.

(more…)

SQL injection, examples and prevention

Thursday, February 25th, 2010

What is SQL Injection

SQL injection is the practice of exploiting applications in order to gain access to and manipulate a database. In this article I will discuss examples and prevention in PHP/MySQL.

(more…)