Recent Posts

Knowledge Sharing

Knowledge Sharing

Return To Blog Listing

share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)

Search This Blog's Tags For:

Recent Posts Tagged With 'php'

  • Joomla in the Future

    Posted on Thursday November 5th, 2009 at 01:42 in php, Opinion, future, joomla, cms

    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

    Posted on Sunday September 13th, 2009 at 22:49 in php, programming, script, code, condition, IF, construct

    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

    Posted on Monday November 10th, 2008 at 10:19 in php, programming, tutorial

    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. ...