I am using PHPExcel to generate Excel reports with PHP from data obtained from a MySQL database.
This is the code I have:
<?php
$conexion = new mysqli('localhost','root','admin123','database',3306);
if (mysqli_connect_errno()) {...
asked by
03.05.2018 / 14:30