How to make your facebook application installable to Facebook fan page or user profile page?

Sep 17

How to make your facebook application installable to Facebook fan page or user profile page?

After my last article “How to add Faceboook Application in the tab of fanpage?”  I got lots of email asking about that they are not able to see the option I have listed to do, just because the application is not installable to fan page or user profile page This is basically to developer to make the facebook application installable to facebook fanpage or...

Read More

Easy way to show table and their fields of a given MYSQL database using PHP

Jul 25

Easy way to show table and their fields of a given MYSQL database using PHP

MySQL and PHP:Last night I was playing with MySql and PHP to show the fields of table of a given MySql using PHP.I found one command called DESCRIBE in MySql library.I found it little bit uneasy to use due to the sytax of DESCRIBE and MySql documentation and all.Then I  solve the problem by using the following code not using DESCRIBE but using simple MySql...

Read More