How to page navigation php with mysql using switch&case or ? statement.?

Koray

New member
Simple mysql ;
article_id = 1,2,3,4
article_title = a ,b ,c ,d
article_content = abcd, cdef, fegh, hjkl
article_cat = easy, hard, expert, imposible

simple nav. => index.php?cat=easy
result => [1],[a],[abcd]
 
Back
Top