Files
dojo/public/home/contact/msg/qUpdate.q
2018-07-13 19:06:08 -05:00

15 lines
273 B
Plaintext
Executable File

/* c#host localhost*/
/* c#database #dbmsg */
/* c#user #dbmsg_w */
/* c#password #dbmsg_wp */
/* c#write write*/
insert into entrada
(nombre,correo,pagina,texto,fecha)
values
( q#mname , q#mail , q#wp , q#msg ,now() );