Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 26bee227 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

.

parent 57519428
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ $delimiter = "<!--webinairesCards-->"; ...@@ -19,7 +19,7 @@ $delimiter = "<!--webinairesCards-->";
$dataArray=array(); $dataArray=array();
$html="<div id='' class='content-category t4'>\n"; $html="<div id='' class='content-category t4'>\n";
$htmlFirst=$html; $htmlFirst=$html;
if (($h = fopen("https://docs.google.com/spreadsheets/d/13NRyQYTOMo4yY1LoPFC40mTYyC987yJvX0HfJPoNMAQ/gviz/tq?tqx=out:csv&sheet=40%20webinaires", "r")) !== FALSE){ if (($h = fopen("https://docs.google.com/spreadsheets/d/13NRyQYTOMo4yY1LoPFC40mTYyC987yJvX0HfJPoNMAQ/gviz/tq?tqx=out:csv&sheet=webinaires", "r")) !== FALSE){
print "File open! \n"; print "File open! \n";
while (($data = fgetcsv($h, 1000, ",")) !== FALSE){ while (($data = fgetcsv($h, 1000, ",")) !== FALSE){
if(count($data)!=0){ if(count($data)!=0){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment