get() SELECT COUNT(*) AS `no` FROM articles, autori WHERE articles.autor_id_fk=autori.autor_id AND ((articles.a_date IS NOT NULL && articles.a_date<=NOW())) AND(articles.a_title LIKE "%perioada de gratie%" OR articles.a_keywords LIKE "%perioada de gratie%" OR articles.a_text LIKE "%perioada de gratie%" OR autori.autor_nume LIKE "%perioada de gratie%" ) AND articles.a_type LIKE "FREE"