As we know, Joomla is one of the best CMS in the world. It often uses to make websites. You can make a great website fast. You don’t need to know PHP or HTML to use it. You only need to understand Joomla. I started using Joomla from version 1.13. The Joomla is very great, [...]
A few CMSs need PHP library which is not activated as default. For example, in installation an e-commerce named magento (www.magentocommerce.com), needs a few PHP extensions. Usually, a good CMS checks system requirements before installation begins. Image below is an example for system requirements checking on Magento Installation. We could use phpinfo() function to view [...]
Case study: We would like to provide pdf files to be downloaded by visitors, but the file location is hidden. Visitors can download file with URL given only. Programming language used is PHP. Analysis: We could make a link directly to the file location. Example: <a href=”myebook.pdf”>Download MyEbook</a> What happen if the link above clicked? [...]


