Wednesday, August 19, 2009

MySql storage requirements

Hello friends,

Recently I needed to understand the storage requirements for the data types available in Mysql for Social Networking Site.
I found this link really useful....

http://dev.mysql.com/doc/refman/5.1/en/storage-requirements.html

Enjoy Programming !!!

Thursday, August 6, 2009

PHPBB3 Integration

Hello friends

I have just worked on PHPBB3 integration for the social networking site. I used the oops for this and build a single class which contains all functions needed for integration.

I have posted that class file and an example file in "phpclasses.org". Below is the link:

http://www.phpclasses.org/browse/package/5472.html


Enjoy Programming !!!