<% if request("Listo") = "S" then dsn = "Driver={Mysql}; Server=192.168.0.59;" &_ "Database=clientes_l;" &_ "UID=fmc;" &_ "PWD=fmc25" query = "SELECT * FROM i_news" Set db = Server.CreateObject("ADODB.Recordset") db.open query,dsn,1,2 db.addnew db("Nombre") = request("Nombre") db("Pais") = request("Pais") db("Email") = request("Email") db("News") = "S" db.update db.close response.Redirect("index.html") else %> ingles 360 Bilingual Resources
  Home Products Freebies Blog Contact   Access

Newsletter


Name & Surname

Country

Email

* Be sure you have the email address ingles360@yahoo.com.ar and ingles360@gmail.com in your email address book, if not you may be receive the emails as spam. If you don't receive the newsletters, please check your spam folder.

News

You will recive the updates of the website such as upcoming events, new products for sale, as well as tips and ideas for your classes.

  

The use of this website constitutes acceptance of my Terms of Use and Copyright Policy.
Copyright © 2010. All rights reserved

<% end if %>