I'm Rajasekar - Web developer, Freelancer, Blogger and Owner of DeveloperDesks. From India lives in Bahrain. I love to do coding, Creating websites and trying different with code and designs. You Can Hire Me

Facebook launch Dislike button

Facebook Launch Dislike button Features Soon – Mark Zuckerberg

The Recent Q&A Section held in Facebook HQ, CEO Mark Zuckerberg says Facebook is working with Dislike button and planning to publicly test in testing version. Finally launch the real. AS Mark Zuckerberg said his older discussions with Audience . Facebook was considering something opposite to like button and finally plan to use dislike button so this is the first time he has…

Export excel from mysql table data with php

Export excel from mysql table data using php code

Every one know to export MySQL table data as excel sheet from the back end in server. But we are going to learn Export excel from mysql table data using php code. Step 1: create index.php file simple form action <style> .btn { background: #3498db; background-image: -webkit-linear-gradient(top, #3498db, #2980b9); background-image: -moz-linear-gradient(top, #3498db, #2980b9); background-image: -ms-linear-gradient(top,…