Hello all-
I'm trying to export to excel from a php mysql_query. It opens excel, but all i get is "  " in Cell A1.
<?php
$str='select d.emailaddress, d.fullname, d.address, d.city, d.state, d.zip, d.makepayabletoname, d.makepayabletoaddress, d.makepayabletocity, d.makepayabletostate...