Tag: PHP Snippet
-
Sending Emails in PHP with PHP Mailer
Click or not: Sending Emails in PHP with PHP MailerPHP has its own built in mail() function which is used to send emails. But it’s not flexible to use for sending emails as there is no guarantee about email delivery and it also take a lot of time to send email. There is one more disadvantage of this mail, that is most of emails… …
-
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… …