Published in: PHP
INSERT INTO db_anuncios (id_categoria_fk, id_subcategoria_fk, titulo, descripcion, id_usuario_fk,fecha_alta,activo,porvalidar) VALUES (1, NULL, 'dgfhj', 'dfgh', 1, CURRENT_TIMESTAMP,0,1)
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
manec on 11/19/08
Published in: PHP
INSERT INTO db_anuncios (id_categoria_fk, id_subcategoria_fk, titulo, descripcion, id_usuario_fk,fecha_alta,activo,porvalidar) VALUES (1, NULL, 'dgfhj', 'dfgh', 1, CURRENT_TIMESTAMP,0,1)
You need to login to post a comment.