15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
|
|
|
||
|
|
/* 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() );
|
||
|
|
|