include $_SERVER['DOCUMENT_ROOT']."/bin/main_schedule.php";
$svg = '
echo $visualnav[57][0]; ?>
# set your csv spreadsheet url here
$csv = "https://spreadsheets.google.com/a/the-pirate-way.com/tq?tqx=out:csv&tq=select+A,B,C,D&gid=57813731&key=1lfIGlHIe2Vem3zvzE3hBqDSiLlrYwLjw4cbWoWDaLGA";
# if there is a spreadsheet...
if($csv !== '') {
# write an html table
echo "
";
# open the csv
$handle = fopen($csv, "r");
$data = fgetcsv($handle, 1000, ",");
echo "
";
# column headers from 1st row of csv:
foreach($data as $value) {
echo "
$value
";
}
echo "
\n\n";
# data rows:
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
echo "
";
foreach($data as $value) {
# write table cell data
echo "
# set your csv spreadsheet url here
$csv = "https://spreadsheets.google.com/a/the-pirate-way.com/tq?tqx=out:csv&tq=select+A,B,C&gid=1739441606&key=1lfIGlHIe2Vem3zvzE3hBqDSiLlrYwLjw4cbWoWDaLGA";
# if there is a spreadsheet...
if($csv !== '') {
# write an html table
echo "
";
# open the csv
$handle = fopen($csv, "r");
$data = fgetcsv($handle, 1000, ",");
echo "
";
# column headers from 1st row of csv:
foreach($data as $value) {
echo "
$value
";
}
echo "
\n\n";
# data rows:
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
echo "
";
foreach($data as $value) {
# write table cell data
echo "