Category: PHP
-
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… …
-
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… …
-
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… …