'; } else { $name = clean_text($_POST["name"]); if(!preg_match("/^[a-zA-Z ]*$/",$name)) { $error .= '

'; } } if(empty($_POST["surname"])) { $error .= '

'; } else { $surname = clean_text($_POST["surname"]); if(!preg_match("/^[a-zA-Z ]*$/",$surname)) { $error .= '

'; } } if(empty($_POST["email"])) { $error .= '

'; } else { $email = clean_text($_POST["email"]); if(!filter_var($email, FILTER_VALIDATE_EMAIL)) { $error .= '

'; } } if(empty($_POST["affiliation"])) { $error .= '

'; } else { $affiliation = clean_text($_POST["affiliation"]); } if($error == '') { $file_open = fopen("form/part_contact_data.csv", "a"); $no_rows = count(file("form/part_contact_data.csv")); if($no_rows > 1) { $no_rows = ($no_rows - 1) + 1; } $form_data = array( 'sr_no' => $no_rows, 'name' => $name, 'surname' => $surname, 'email' => $email, 'affiliation' => $affiliation ); fputcsv($file_open, $form_data); $error = ''; $name = ''; $email = ''; $surname = ''; $affiliation = ''; } } ?> SIROCCO 2020: Home

27th International Colloquium on Structural Information
and Communication Complexity (SIROCCO 2020)

Paderborn, Germany
June 29 - July 1, 2020

Registration

The conference will just take place virtually, so the registration is free of charge.
The registration data will only be used to inform you about the conference Stream- and Video Sessions taking place.

Registration is closed

© Copyright 2020 - SIROCCO 2020