Mr.CookieMonster
Expert Member
Hi,
I am very rusty with PHP firstly. I am going to be making a music website soon, so i would like to wiegh my options. I have heard about CMS systems:
1. Joomla
2. WordPress
Is it going to be better to create a site with a CMS or is better to rather use the traditional way (coding it and everything). Also, I would like to know if this is valid:
I want to create a box that will display the top 5 stories. I have all my news stored on a database. I will sort these on a page (news.php from newest to oldest (using the date)).
If I create a mysql query for that box that will select everything, sort by date and display 5, will this display only entries with id 1 - 5 or the top 5 stories (sorted by the date)?
The code for the box with the top 5 will look like this: ("SELECT * FROM database ORDER BY date LIMIT 5")
Can I also get some links to websites that will help me with this issue?
Thank you so much for helping me
I am very rusty with PHP firstly. I am going to be making a music website soon, so i would like to wiegh my options. I have heard about CMS systems:
1. Joomla
2. WordPress
Is it going to be better to create a site with a CMS or is better to rather use the traditional way (coding it and everything). Also, I would like to know if this is valid:
I want to create a box that will display the top 5 stories. I have all my news stored on a database. I will sort these on a page (news.php from newest to oldest (using the date)).
If I create a mysql query for that box that will select everything, sort by date and display 5, will this display only entries with id 1 - 5 or the top 5 stories (sorted by the date)?
The code for the box with the top 5 will look like this: ("SELECT * FROM database ORDER BY date LIMIT 5")
Can I also get some links to websites that will help me with this issue?
Thank you so much for helping me