- Objetivo
- Gerar um arquivo CSV com dados resultantes de uma consulta no banco de dados.
- Salvar arquivo CSV em uma pasta no servidor responsável por hospedar o site (neste caso o Hostgator).
- Tecnologias
- PHP
- PostgreSQL
- Hostgator (Servidor FTP)
- Excel (.csv)
- Funções PHP: fopen & fputcsv
- Objective
- Create a CSV file with data resulting from a database query.
- Save the CSV file in a folder on the server responsible for hosting the site (in this case Hostgator).
- Technologies
- PHP
- PostgreSQL
- Hostgator (FTP Server)
- Excel (.csv)
- PHP Functions: fopen & fputcsv