How to extract domain name from email address

This tutorial shows you on how to extract the domain name from an email address in different programming languages, such as PHP, Java, VB .NET, C#, Python, Javascript and Ruby programming language. The below sample code is useful when you need to extract the domain name to be supplied into […]

How to check the vQmod version installed in OpenCart

You can easily install the vQmod module into OpenCart to implement some features that couldn’t be done using standard plugin. However, you are not able to find the vQmod version installed on the OpenCart admin area. You need to follow the below steps to find out the version installed. Go […]

How to install vQmod for OpenCart

vQmod (Virtual File Modification System) enable user to override the PHP modification on-the-fly without actually changing the source files. This will be very useful especially if you would like to extend a feature that can’t be done using the plugin method. This tutorial provide you step by step on how […]