Well i'm from russian and i have a question how to write one code.
I want a code that in the index page their are 5 categories. I want when people click on them to redirect them to page index.php?category= $id . Where $id is the id of the category . And when you go there to find the result only of this category not from all 5 categories.
Also i have a problem with this code :
$query = "update add_zavedeniq set zav_date_delete = (CURDATE() + INTERVAL 10 DAY) where id = '$lastid'";
I want in database to save date in type Y-m-d h:i:s and this saves only y-m-d
thanks in advance