How to convert HTML to PDF using TCPDF in PHP
Post Views: 2,848 TCPDF is an open source library to generate pdf files. Go to TCPDF Official website and check all of the available features and examples. In this article …
Read More
Post Views: 2,848 TCPDF is an open source library to generate pdf files. Go to TCPDF Official website and check all of the available features and examples. In this article …
Read More
Post Views: 708 WGET is a tool to download files and crawl websites using the command line. It supports proxy servers, which can lighten the network load, speed up retrieval …
Read More
Post Views: 116 What is hair transplant surgery? Hair transplant surgery is a surgical procedure in which the surgeon moves the hair from the back or side to the bald …
Read More
Post Views: 614 This article show you how to use custom sorting using SQL ORDER BY CLAUSE in SQL Query. In SQL Query mostly there will be a need to sort data …
Read More
Post Views: 1,822 In this post, I’ll show you how to embed Google map on website and generate a map with your own icons. Creating API keys: To create an …
Read More
Post Views: 1,002 To Get Visitor Details like Country, State, City first we need to get visitor IP Address. Step 1: This function obtain the IP address of the visitor. …
Read More
Post Views: 1,242 Elasticsearch is a RESTful search and analytics engine capable to perform super fast full-text and other complex searches. In PHP REST API we easily create requests for …
Read More
Post Views: 436 Overview CodeIgniter is an MVC framework. It is an Open Source Framework. It has a very rich set of functionality, which will increase the speed of website …
Read More
Post Views: 2,628 To connect securely to Active Directory (LDAP) using PHP follow these steps. Verify that PHP has both the ldap and openssl extensions enabled. Verify the ldap.conf file …
Read More
Post Views: 5,750 For Disable Caching in all browser use below code: Meta tags (HTML) Add this code in the <head> section of your page, for example right after <title> tag. .htaccess …
Read More