View Statement is the essentially subset of table which are put away sensibly in a database means a view is a virtual table in the database whose substance are characterized by a query. Views Help in Providing Security , As…
Expand +Category: Web Development
Firebase Push Notification Message with Javascript
[vc_row][vc_column][vc_column_text]Firebase cloud Messaging is a free cloud service from Google that allows app developers to send notifications and messages to users across a variety of platforms, including Android, iOS and web applications. FCM enables programming developers to send push notifications…
Expand +How to Create ZIP File using PHP
The ZIP is a normally used file format to archive files with information compression. When you need to enable the client to download numerous folders and files from the server, you have to make a ZIP file on the fly.…
Expand +How to send attachment in an email on form submission using PHP
Contact or feedback form is utilized for online communication and the submitted form data is sent vie email instantly. At the point when the contact form has a document upload field, the document should be sent with email as a…
Expand +How to Create One Time Temporary Download Link with Expiration in PHP
Temporary download link is extremely helpful to offer Digital products on the site. It gives a safe method to share the download link of the advanced items. The client permits downloading the record just a single time, after the download…
Expand +How to export HTML file to MS Word document (.doc) using php code
Generally, the export feature is used to download HTML file as MS Word document file and save it for offline use. The conversion of HTML file into word document using PHP code is the most requested feature for developers. Microsoft Word or…
Expand +How to Convert HTML to PDF in CodeIgniter using Dompdf Library
In this article, You will learn about how to create pdf file in Codeigniter from html using dompdf library . PDF is the most used format to generate PDF for invoice in the web application. PDF file provides a easy and user-friendly way…
Expand +Export HTML Table Data to Excel using JavaScript
Exporting data to Excel is very useful for every enterprise on data list web application. Every time , export data using custom export feature helps to download table data list for offline use as excel file like csv format. As…
Expand +How to Generate PDF from Mysql Database using PHP
In this post I will explain you How to Generate PDF from Mysql Database using PHP. To Generate PDF file with mysql data content and output, we will use popular php library FPDF which will help us to generate PDF file.…
Expand +How to Import MySQL Database from SQL File using PHP
Importing SQL script via programming will be useful when we need to create database structure dynamically. For example, if we provide APP or plugin to download and install from online, the dynamic SQL import will be used to setup the…
Expand +