XIV Foro Ciberseguridad de RedIRIS

Accommodation in fcs2025

Murcia. October 28-30, 2025

Below are several lodging options located approximately 1 km from the venue. For pricing and availability, we recommend that you check directly with each hotel:

<?php $fp = fopen ("", "r"); // We read the first line for the table header $data = fgetcsv ($fp, 1000, ";"); echo "<tr>"</th>"; echo "\t<th>".$data[0]."</th>"; echo "\t<th>".$data[3]."</th>"; echo "\t<th>".$data[4]."</th>"; echo "\t<th style='text-align:center;'>".$data[5]."</th>"; echo "</tr>"; echo "</thead>"; echo "<tbody>"; // We paint the rest of the lines while ($data = fgetcsv ($fp, 1000, ";")) { // We skip lines starting with comments if ( substr($data[0],0,1) == "#" ) continue; //$num = count ($data); //print "<br/> $num - "; echo "<tr>"; echo "<td><a href='".$data[2]."'>".$data[0]."</a> ".$data[1]."</td> "</td>"; echo "\t<td>".$data[3]."</td>"; echo "\t<td>".$data[4]."</td>"; echo "\t<td style='text-align:center;'>".$data[5]."</td>"; echo "</tr>"</tr>"; } fclose ($fp); ?>