Recent Posts
Knowledge Sharing
Return To Blog Listing
share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)
Recent Posts Tagged With 'php'
Joomla in the Future
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.1...
IF Construct in One Line Using PHP
The if construct is one of the most important features of many languages, PHP included. It allows for conditional execution of code fragments. PHP features an if structure that is similar to that of C: if (expr) statement The general forma...
Load PHP Extension
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. ...
