FFD - Visit the site
ICMS

FFD

Project Thoughts

Firstly, I’d like to show you my demo of FSQL (my SQL parser) in action: FSQL Demo Just type your query and it will break it down into parts and tell you exactly what communication goes on between FSQL and the application using it. If you encounter anything that could be…Read More

FSql - part of FFD 3

After spending a long time designing and developing the SQL parser for FFD 3 (which should be completed by the end of this month) I figured that other people could probably make use the sql parser for their various projects. So what I’ve done is seperated the third version of…Read More

FFD 2 Released

As promised I have released FFD version 2. Just click the ‘Scripts’ tab above and read the post on FFD 2. The link to download it is provided there. By the way, I have worked hard making a long tutorial of how to use FFD 2 and I recommend you…Read More

Recent Entries

Tip No 5

The “Headers Already Sent” error is incredibly common, and I receive many many questions from all over about what it is and what caused it. So let’s clear all of this up once and for all. The HTTP response generally consists of two parts, the headers and the content. The headers…Read More

Tip No 4

Checking for variables before you use them can be a tedious process, and this step is often missed out in PHP code, leading to masses of PHP Notice errors and possibly leaving the application vulnerable. However, there is a simple solution to this problem, something called the ternary conditional operator.…Read More

Project Thoughts

Firstly, I’d like to show you my demo of FSQL (my SQL parser) in action: FSQL Demo Just type your query and it will break it down into parts and tell you exactly what communication goes on between FSQL and the application using it. If you encounter anything that could be…Read More

Tip No 3

Everybody makes mistakes, and despite how much you want it, your php web application will never be free of vulnerabilities or bugs. The best way to deal with this is encouraging users to test out your application to its limits and offering a quick easy way for them to report…Read More