I have a code that allows me to export information from a table in my database, but I would like it that every time you export to the file, put the name of the column.
<?
if($_POST[exportar] == "expbas"){
$consulta = "SELECT *...
asked by
01.12.2016 / 22:34