Sometimes in theme development, you will need to display a particular block code for specific page. To display the specific block of code into particular page, we can run these below code. These code can will easily fetch the module, controller, action name in phtml template file. These code only…
Calling the phtml file from cms page – Magento 1x
This tutorial is about calling the phtml template in cms page. This tutorial will be straight forward. In summary, We will create a new page in admin panel and custom phtml file in the backend. So, before we move forward this tutorial is applied only on the Magento 1x. Step…
Calling the static block from phtml files – Magento 1x
I know for beginners calling the static blocks into your phtml template file could be intimidating. But don’t worry this tutorial make you ease but appropriate step. I hope you already downloaded and install the magento and working on your project. Step 1: Login into the admin panel and hover…
Get base Url, Skin Url, Media Url in both phtml files and cms pages or static blocks – Magento 1x
I have been searching in the web for these helpful code for Magento 1x and gather together here for my own purpose. But you want use these codes into your project then please go head. Get the URL in CMS pages and Static Blocks 1. Base URL {{store url=””}} 2….
Parking Management System – Codeigniter
Parking Management System is the most compete and versatile parking management system. This system is an open source project. We have provided the most advance backend management functionality with parking slot, parking rates, parking category and more best functionality. Parking Management System, is an open source project for people who…
Online School Management System
School Management System, is an open source project for people who wants to grab the core idea of the data process within the system. As well as, you can practice this system for the assignments too. Though, if you want to use it on the online project then I highly…
How to upload image with ajax and php
AJAX (Asynchronous JavaScript and XML) is a popular technique to update the part of a web page without reloading the whole page. The ajax method will enhance the web application better, faster, and interactive. To upload the image into the database, we will be working with procedural PHP, and using…
CodeIgniter Tutorial – Register and Login with Ajax
Codeigniter is a PHP framework which contains libraries, helpers, plugin-in and other resources. It will make the PHP codes in simple, quick and user-friendly. It is a lightweight and MVC programming technique to keep the business logic separate from the layout of the application. MVC stands for Model View Controller…
Datepicker Tutorial
Datepickers allows users to add the specific date by visualizing an interactive calendar. The jQueryUI provides different users interface interactions, effects, widgets, themes and the perfect choice to build a highly interactive web application or add a date picker to a form control. Table of Content Setting up the project…
Login Tutorial – Procedural PHP
This tutorial will give you the core idea of login system in procedural PHP. The main concept is to fetch and verify the users’ username stored in the database with provided information and creating valid users’ information in session as well as redirecting them to their respective dashboard. Table of…