Read XML files in PHP
XML is very nice format for storing and especially transferring data between applications. Instead of old plain TXT files which you must parse from a strictly defined format, XML files gives your data 2nd dimension – a structure, so you basically “know” what data represents without need for parsing and cleaning it from rubbish.
Everybody is using it, so why shouldn’t you? :)
Read more >>
Darko Martić - IT Engineer, eBusiness and eCommerce Professional

Not so long time ago, I wrote about handling friendly URLs for your own site using Apache (it’s URL rewrite engine, and
In one of my previous posts –
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 :)