I’ll show you how to export grid data to an excel file in this post. Export/Import is a relatively popular functionality for web development; nevertheless, there are times when we need to export entire grid data into an excel file.
How to Create PDF file Using mpdf and PHP
PDF is a popular file format for sharing and reading data on the internet. We’ve already given a tutorial on convert html data into pdf. Now I’m making a basic PHP application that uses the mpdf library to generate PDF files. The mpdf is a fantastic PHP utility that allows you to transform the text […]
Get the First Element of an Array Using PHP
in this php article, We’ll learn how to get the first element of an array using php in different ways with some examples. There are three types of arrays in PHP that can be used to fetch the elements from the array:
HTML Table Listing Using PHP and PostgreSQL Database
This PHP tutorial help to create an HTML listing using the PostgreSQL database. It’s very simple and easy to create HTML listing using PHP, as like other databases used, except PostgreSQL database connection string and Postgres method to fetch data. PHP provides PostgreSQL libs to communicate PHP with Postgres database.
Create PHP Restful API without Any Rest Framework Dependency
This php tutorial will show you how to create a rest API without using an API framework. Using this custom framework, we will develop a CRUD rest API. It’s incredibly user-friendly and adaptable.