I used this script to load the page but instead of loading the page it saved it as an .xls file
header("Content-type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=Sched.xls");
// Fix for crappy IE bug in download.
header("Pragma: ");
header("Cache-Control: ");
Works no problem on my pc server running xampp>apache but when i upload it to my yahoo server it doesnt work instead it just loads the page but doesnt even load fully
Here is the site uploaded to yahoo www.medellincebu.com/uscsched2 after pasting sched in the box press submit then the table that it shows is the table i want to export to .xls try pressing :export to excel: and that is my problem
You can use this as sample data you have to include the last [tab] character when copying
http://medellincebu.com/scheds.txt
any help would be appreciated thanks!