Nov 18, 2015 | PHP/MySQL Database, Web Application
Magento is one of the famous open source E-Commerce web application software. In Magento official site, it will inrregularly release some custom patch to fix software vulnerability https://www.magentocommerce.com/download If customer would like to apply those patch...
May 28, 2014 | Web Hosting
In some circumstance, customers would like to have some URL redirection. For example, you may want to forward http://www.abc.com/ to http://www.abc.com/eshop If so, you need to have some kinds of redirection. In the following, we will show you how to use PHP to...
May 28, 2014 | PHP/MySQL Database, Web Hosting
In our shared hosting environment, the server PHP is running in suPHP mode for security and remove the PHP safe-mode restriction. If you install a new PHP application, remember to set – 1. All PHP are of (max) permission 644 2. All directories (and its...
May 28, 2014 | PHP/MySQL Database, Web Application, Web Hosting
Please refer to the following sample code. <?php # ###################################################################### # ######## MySQL Database Username, Password, and Database Name ######## #...