Wed, 2015-02-04 03:38
Basically i have the home page of the website and i don't want it to generate all the movies that are in the database but just a limited number for example 3 or 4. How can i do that?
Wed, 2015-02-04 03:40
#1
You will need modify the
You will need modify the query that selects the movies and limit that.
Not a CSS question more likely PHP