How to solve JFolder::create: Could not create directory

One of most common headache when you deploying from local version joomla to production server is : JFolder::create: Could not create directory So from where is coming this problem?

Parsing XML Documents in PHP

Sep 10, 2009 Author: Developer
All XML parsing is done by SimpleXML internally using the DOM parsing model.There are no special calls or tricks you need to perform to parse a document. Theonly restraint is that the XML document must…

Array Basics

Jun 15, 2009 Author: Developer
All arrays are ordered collections of items, called elements. Each element has a value,and is identified by a key that is unique to the array it belongs to. As we mentionedin the previous paragraph, keys…

Joomla CMS

Nov 24, 2008 Author: City Hall
What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility,…