Here is the new facebook plugin for WordPress developed by Facebook developers. If you install this plugin in your wordpress site, you can post the content from wordpress site to your facebook timeline page directly. The plugin automatically adds like, share,….. Read More >>>>
Posts By: muni
How to send multiple files through email using php
Here is the php script to send multiple files in single mail. I had modified previous tutorial php script (how to send an email with file attachment using php) little bit to send multiple files in a single mail. I had given both….. Read More >>>>
Jquery Inline Editor
Do you want to implement Jquery inline editor in your project? so here is the simple steps to implement jquery inline editor in your project. Create two php files inline.php and save.php, where inline.php has jquery library, jquery function and html….. Read More >>>>
How to select only uppercase or lowercase records from mysql table
The table A contains following two records ‘111a’ and ‘111A’, if you want to select only ‘111A’ record using following those queries it will outputs both the records instead outputting single records. Queries are SELECT * FROM table_A WHERE value….. Read More >>>>
php file upload script
Using following script we can upload files, photos, pictures, pdf files, images and etc… from your local computer to remote server. I explained all the $_FILES super global variables properties with example. here is script with html form design <form action=”mkdir.php”….. Read More >>>>
How to create a custom facebook timeline page
Facebook is the great platform to increase your blog traffic. If you started your blog newly, surely you won’t get search engine traffic, so only way to increase your blog traffic is to utilize Social networking sites effectively to attract….. Read More >>>>