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.
Php
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.
Generate PDF File from MySQL Database Using PHP
This is another PHP pdf export feature tutorial, I will create a simple PHP script to fetch data from MySQL and create a pdf file using PHP. We will use third-party PHP FPDF library.
How to Extract/UnZip folder on FTP Server Using PHP
This tutorial will walk you through the steps necessary to use PHP to extract/unzip a folder from an FTP server. To assist you in completing this task, we will go over the steps with an example code.
How To Send Email From Localhost Using PHP
In this post about “How to send mail from localhost in php using wamp/xampp”, sometimes we need to test the mail sending function from our development environment. We can send mail from our localhost using some mail configuration by XAMPP/LAMP/WAMP server.