Archives
Links
Meta
Programming Archive
-
A Tutorial On Reverse Engineering Symbian 3rd Applications V1.0
Posted on August 14, 2008 | No CommentsAuthor: argv Description:Detailed Primer on reversing applications for Symbian S60 3rd Edition. Primer covers 15 Applications, archive includes their sis files, plus tools to hack your phone (required on s60 3rd). Size: 39.33 MBhttp://arteam.accessroot.com/tutorials/dl.php?id=223whats special about this tutorial is that thay have provided sis files... -
Connecting to MySQL with PHP Lesson
Posted on August 14, 2008 | No CommentsBefore you can get content out of your MySQL database for inclusion in a Webpage, you must first know how to establish a connection to MySQL from insidea PHP script. Back in Chapter 2, you used a program called mysql that allowedyou to make such...