Thread
:
CSV File download not working on live server though it works on localhost
View Single Post
01-17-2013, 01:49 PM
PM User
|
#
2
Fou-Lu
God Emperor
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Check your error logs or enable it inline with
PHP Code:
ini_set
(
'display_errors'
,
1
);
error_reporting
(
E_ALL
);
Any issues with undefined functions or headers already sent?
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer:
http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu
View Public Profile
Find More Posts by Fou-Lu