Which feature did you like most in PHP? (compared to C/C++, ASP, ASP.Net, Perl etc...) Previously I used to do programming with ASP but as I just come to know the huge library with PHP... I just become fan of it!
My favorite PHP extension is PDO (PHP Data Objects). I use this extension to connect to my SQLite and MySQL databases. It's very easy to switch/change database system with PDO.
hey, PDO is new to me... I've found interesting things.. thanks I'm thinking to use these in upcoming projects.