Category: PHP

0

How Magento Catalog Search works internally

Magento uses a very strong kind of catalog search functionality that is relaiable,efficient and search oriented . Behind the scene it uses a strong mechanism. Search is based on indexing that we do from...

0

How to install a new theme in CS Cart

There are two ways to get a new theme for CS Cart. Here i am assuming that you already have a zipped version of CS Cart theme file. Below are the steps to install...

0

Google E-Commerce integration guide

Google E-Commerce tracking is an efficient way to track your complete ecommerce transactions with google analytics. By implementing this method you can track your maximum information . With this tutorial you will learn “How...

0

Basic SVN command for web developers

SVN Checkout Command: This SVN command will setup all files from the server to your local folder. Basically this command is used to bind and synchronize your local folder with all the files and...

How to fix localhost redirecting to www.localhost.com 0

How to fix localhost redirecting to www.localhost.com

I have got several request that when I browse the site on http://localhost/PROJECTNAME. Then it automatically redirect it to www.localhost.com/PROJECTNAME . These kind of issue can be available with almost all CMS based project...

0

Calling a Stored Procedure from PHP

Calling a stored procedure with PHP only possible after connecting PHP with Mysql. Apart from conventional way of mysql connection . There are two ways to connect PHP with mysql i)    The database independent...

0

How to handle documentRoot using .htaccess

This solution also works in case you are running your website from any particular directory but don’t want to show the code directory into browser URL (Hide codebase directory from showing into browser). RewriteCond...