-
Get Facebook Likes Count with PHP
Click or not: Get Facebook Likes Count with PHPThis tutorial will help you to get Facebook Likes, Shares and Comments of any Facebook Page or External Link. I have make a function fb_count() that will fetch Facebook likes, shares and comments from Facebook Database. Under this function we make a query that will get likes, shares and comments from facebook database and response… …
-
How to Share Content on WhatsApp using jQuery
Click or not: How to Share Content on WhatsApp using jQueryIn this tutorial we are going to learn How to Share Content on WhatsApp using jQuery. WhatsApp is one of the best messaging client all around the world. WhatsApp has 700 Million active users. So by implementing WhatsApp Share Button on your site, can help your visitors to share your content with their friends easily and WhatsApp share… …
-
PHP Login Script with Session
Click or not: PHP Login Script with SessionIn this tutorial we are going to learn that How to Make a Login Form with Session in PHP. These days almost every website require a Login System for their website to protect their precious data from unauthorized access. I try my best to explain every thing in this article. If you need any type of… …
-
Google reCAPTCHA Tutorial
Click or not: Google reCAPTCHA TutorialGoogle has recently announced new service to prevent your website from spammers and attackers. It’s completely new reCAPTCHA API called “Are you a Robot?”. They named it “NO CAPTCHA reCAPTCHA”. It is designed to prevent your websites from attackers and spammer. [button-blue url=”http://demos.eggslab.net/Google-reCAPTCHA/” target=”_blank” position=””]Live Demo[/button-blue][button-green url=”http://demos.eggslab.net/downloads/5″ target=”_blank” position=””]Download[/button-green] In this tutorial we are going to learn… …
-
HTML5 Fullscreen API
Click or not: HTML5 Fullscreen API[button-blue url=”http://demos.eggslab.net/html5-fullscreen-api/” target=”_blank” position=””]Live Demo[/button-blue][button-green url=”http://demos.eggslab.net/downloads/4″ target=”_blank” position=””]Download[/button-green] You have always been able to view a whole webpage in full screen mode. To do so, you can press F11 key in Windows, while in OS X you can hit Shift + Command + F. However, there are times when we, as a web developer, want to add… …
-
Create an Animated Scroll To Top Button With jQuery
Click or not: Create an Animated Scroll To Top Button With jQueryCreating a good expression on your site for user is very important for you nowadays. If user didn’t feel easy with your site he will annoy from your site and maybe he will not come back again. If you have a website that have a lot of information and an infinite scroll to consume information then… …
-
Import Excel File Data in MySQL Database using PHP
Click or not: Import Excel File Data in MySQL Database using PHP[button-blue url=”http://demos.eggslab.net/downloads/2″ target=”_blank” position=””]DOWNLOAD[/button-blue][button-green url=”http://demos.eggslab.net/Import-Excel-Sheet-to-MySQL-Database/” target=”_blank” position=””]DEMO[/button-green] In this tutorial we will learn how to “Import Excel Sheet Data in MySQL Database using PHP. When we develop some database linked website where we have to enter data in database, sometime we have to upload bulk data in database. If we insert data one by one it will be very difficult… …
-
Export MySQL Table Data into Excel Sheet Format in PHP
Click or not: Export MySQL Table Data into Excel Sheet Format in PHP[button-blue url=”http://demos.eggslab.net/downloads/1″ target=”_blank” position=””]DOWNLOAD[/button-blue][button-green url=”http://demos.eggslab.net/ExportDatabaseToExcel/” target=”_blank” position=””]DEMO[/button-green] We often need to generate reports in excel sheet, but sometime we have our data stored in MySQL database. It is quiet easy to fetch records from MySQL and export the result in .csv file or .xls file and let user to force download it. We will make use of PHP and MySQL to do this… …
-
How to Create a Custom WordPress Login Page
Click or not: How to Create a Custom WordPress Login PageIn this tutorial we are going to learn that “How to Create a Custom WordPress Login Page“. In WordPress you can customize everything but here we are going to take a look at WordPress built-in login page. Here is what we’ll create in this tutorial. What we will do? Add a Custom Background. Replace the… …
-
User’s Inactivity Check and Logout in PHP
Click or not: User’s Inactivity Check and Logout in PHPIt is an essential professional approach to implement all necessary checks while developing a web based application. Sometimes it is necessary to check user’s inactivity on application because may be user forget to log out or their might be some other reasons too for his inactivity for example cialis canada. So you should have to check if… …