GET and POST Methods In PHP

In PHP there is the two main important method is used to send the form data these methods are the 1. The GET Method 2. The POST Method

Password Encryption using md5() function In PHP

Suppose you are developing a login module with the user name and password and want to save the password into the database in the encrypted format, so that the login is more secure from the hackers. In this post I am trying to describe the password encription by using

Login module script In PHP

Suppose you want to develop a login module in PHP,login module script in PHP is very important. In this post I am trying to describe how to create a login module in PHP and mysql. It is very easy you can develop it through the steps given below

Create Database, Tables by using the phpMyAdmin

PHP WAMP is a compact pack of the Window,Apache,MySql and PHP, when you install the WAMP then by default it installs the phpMyAdmin tool as well. phpMyAdmin is a tool by which you can manage the MySQL databases,tabes and it provides the interface so that you can do the

Frontend image resize for custom extension In Magento

Suppose you have developed an extension in Magento for the testimonial and you want to display the Images on the frontend as well, You have uploaded the images from the admin panel and now you want to display the resize image on the frontend. In this post I am

Image Resize In Magento

Magento has its own strong Image resize functionality, Once you have uploaded the products images then it resizes images and save it accordingly, Magenot resizes images into the Image,Small Image and Thumbnails and display it as per the frontend requirements. But In Magento you can resize image with fixed

Get, Set and Unset Session In Magento

If you are working with the custom Magento development/Extension Development then It's very important to know regarding the session in Magento, In this post I am trying to cover Get Session, Set Session and Unset Session In Magento.

Display Subcategory Listing with the Category Images In Magento

Suppose you have displayed all your root categories on the Top Navigation and when someone clicks on the root category then you want to display all the Subcategories of the particular root category on the page. In this post I am trying to describe how to do this? It