No Input File Specified Error Hosted By Godaddy Magento Website

In the last week I have completed a website in Magento and then uploaded it on the client's testing server which is hosted on the GoDaddy, I was getting some strange problem only the home page was working and when I clicks on the category or any other links

Sending Email By Using Zend_Mail() In Magento

Sometimes we wants to create a form and want to send the form information through the email in Magento. Here in this post I am trying to describe how we can send an email by using the Zend_Mail()?. It is very easy and there is predefined function in Magento

Get Controller, Module, Action & Router Name In Magento

In Magento sometimes we can not get the actual name of the Controller, Module, Action & Router, Magento has many numbers of the Controller, Module, Action & Router, so it is very difficult to find the actual name of the Controller, Module, Action & Router. Here in this post

Run Magento Code Out Side Of The Magento

Sometimes we need to use Magento functions and classes outside of the Magento platform. Suppose you have a script to import the products and you want to run this one from outside of the Magento plateform then it is required to use the pre defined Magento classes and functions.

3 Tips for Making Money Online

As new websites and content management platforms become more accessible to the average user, many are looking to sell their products in online marketplaces or to work at home by finding jobs online. The benefits of online commerce, from staying home with the kids to not wasting another cent

Prototype Javascript Validation In Magento Forms

Suppose you are developing a custom form in Magento and wants to use the default Magento form validation functionality, for the form validation Magento uses a file named as form.js (js/varien/form.js) which provide abstract Javascript functions for forms. To provide the form validation, form.js uses the Validation class which

addAttributeToFilter Conditions In Magento

addAttributeToFilter is a predefined function of the Magento that can be called on a product collection of the Magento. We can say, it adds a condition to the WHERE part of the MySQL query of the Magento, used to extract product collection from the database.

Display Countries Drop Down In Magento

If you are working with the custom Magento development,sometimes it requires to display the Countries Name in frontend or into the admin panel. In this post I am trying to describe how we can display the countries drop down in Magento?. Actually the country data are not stored into