If you are new to the Flex development and, you have an Eclipse IDE in your PC then you can start your flex development in Eclipse IDE itself by installing adobe flex builder plugin in eclipse IDE. Here is the simple steps….. Read More >>>>
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 >>>>
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 >>>>
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 >>>>
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 >>>>
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 >>>>