Mira con este cambio debería funcionarte sin problemas
Código PHP:
Ver original<?php
if(isset($_GET['fechareg'])){ $where = "WHERE fechareg= '".$_GET['fechareg']."'";
}else{ $where = ""; }
include("conexion.php");
$consulta=("SELECT * FROM dato_empresa ".$where." ORDER BY empresa ");
?>