We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems 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.


Posted By

manec on 11/19/08


Tagged

mysql php dates


Versions (?)


TIMESTAMP


Published in: PHP 


  1. 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)

Report this snippet 

You need to login to post a comment.