% 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 %>
|
|||||||||||||
|
|||||||||||||
|
|||||||||||||
The use of this website constitutes acceptance of my Terms of Use and Copyright Policy.
Copyright © 2010. All rights reserved