\ En Français \ In italiano \ English Version
Credits /
LUDICA
GAMES • PEOPLE
/ PROJECTS
 
Gorgòn Magazine
 
 
 
 
 
Newsletter
 
 
Subscribe to LUDICA's Newsletter

<% Function GetDBConnection() Dim strCon Set GetDBConnection = Server.CreateObject("ADODB.Connection") 'MODIFY the following line includes the location to the newsletter database. ' Make sure the "server.mappath" value is correct . strCon = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & server.mappath("mdb-database/newsletter.mdb") GetDBConnection.Open strCon End Function %> <% Dim con, rs, strSql If Request.Form("cmdSubmit") <> "" Then 'The user has submitted the page, so process the Newsletter subscription request 'Connect to the database Set con = GetDBConnection() 'Verify that the email address does not already exist in the database strSql = "SELECT Email FROM Subscribers WHERE Email = '" + Request.Form("txtEmail") + "'" Set rs = Server.CreateObject("ADODB.Recordset") rs.Open strSql, con, 1, 2 If rs.EOF Then 'The email address does not already exist, so add it rs.AddNew() rs("Email") = Request.Form("txtEmail") rs.Update() 'The email address has been added, show confirmation. 'MODIFY the text below is displayed when an email is added to the newsletter %> Successfully added to the newsletter / Iscrizione avvenuta con successo. / <% Else 'The email address already exists in the database 'MODIFY the text below is displayed when a person tries to enter the same email address ' a second time. %> You have already been added to the newsletter / Indirizzo già presente in newsletter. <% End If 'Clean up database objects rs.Close() Set rs = Nothing con.Close() Set con = Nothing Else 'MODIFY the text below is displayed when the page is first loaded. %>

E-Mail:

<% End If %>

Privacy Notes

Comunicando il proprio indirizzo e-mail si richiede a LUDICA (www.ludica.eu) di ricevere periodicamente informazioni sugli aggiornamenti di questo sito.


In qualunque momento è possibile richiedere l'annullamento dell'iscrizione attraverso l'indirizzo e-mail info@ludica.eu  o la pagina www.ludica.eu/mailinglist.asp.  
Ogni comunicazione sarà inclusiva di istruzioni su come essere rimossi dalla Newsletter.


Le informazioni personali incluse nel database della nostra newsletter includono unicamente l'indirizzo e-mail. LUDICA non vende, presta, scambia o diffonde in alcun altro modo quest'informazione.


LUDICA garantisce che tutti i dati forniti dall’utente verranno trattati in conformità a quanto previsto dalla normativa sulla riservatezza delle informazioni, nel rispetto della legge n. 196/2003. I dati raccolti, trattati in modo lecito e secondo correttezza, saranno utilizzati da LUDICA solo ed unicamente per informare l’utente circa eventuali aggiornamenti.

Note sulla privacy

If you provide your e-mail address LUDICA (www.ludica.eu) may contact you periodically with updated information about the site.


If at any time you wish to update your information or stop receiving communication, contact info@ludica.eu or use the page www.ludica.eu/mailinglist.asp .
Any e-mail sent provides the option to be removed from the newsletter. 


Personal information included in our Newsletter Database includes exclusively the e-mail address. LUDICA does not sell, rent, swap or otherwise disclose any piece of this information.

LUDICA guarantees that all personal data submitted by the user will be used in conformity with his/her privacy rights and with every respect to the laws on this subject.All data will be used exclusively with the aim of informing the User about this site’s updates and will not be communicated to others in any way.

Notes de confidentialité

Envoyez   votre   adresse   e-mail   à   LUDICA (www.ludica.eu) et  vous recevrez périodiquement toutes les informations sur  la mise à jour du site.
 
 
Il est possible à tout moment de mettre à jour vos données et de vous désabonner par e-mail à   info@ludica.eu ou à la page www.ludica.eu/mailinglist.asp ou par réponse email à l’envoi d’une de nos newsletters.
Toutes nos communications par e-mail ont l’option pour se désabonner de l’envoi des newsletters.
 
Les informations personnelles dans le data base de notre Newsletter contiennent uniquement votre adresse e-mail. LUDICA ne vends pas, ne prête pas, n’échange pas, ne diffuse dans aucun cas aucun type d’information et de données.
 
LUDICA garantit que toutes les données personnelles seront utilisées conformément aux règles de la confidentialité des informations et dans le respect de la loi n. 196/2003  sur ce sujet. Toutes coordonnées seront utilisées exclusivement dans le but d’informer l’utilisateur  sur les mises à jour du site et ne seront en aucun cas données à des tiers.

 
INFO \
 
LUDICA
Home