Secure your Flash-PHP connection
If you’re working on a Flash game in which you are saving player score in a database, you might wanna consider applying some security to it :)
As I know, you cannot access MySQL database directly from Flash, so you’ll need to do some ActionScripting and call an external script to do it for you. For this example, we’ll be using PHP as a server-side script that will be doing MySQL communication.
Read more >>
Darko Martić - IT Engineer, eBusiness and eCommerce Professional

Wouldn’t it be great if you could see what data exactly do you submit with your HTML form with Post method? Well, you can and it’s easy with
Recently I was alarmed that one of my late projects is under attack. It was one of my first websites I created using ASP+MS SQL.