bye bye github
This commit is contained in:
14
public/home/contact/msg/qUpdate.q
Executable file
14
public/home/contact/msg/qUpdate.q
Executable file
@@ -0,0 +1,14 @@
|
||||
|
||||
/* 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() );
|
||||
|
||||
Reference in New Issue
Block a user