Nov 18, 2014 | DirectAdmin Control Panel, FTP, PHP/MySQL Database, Web Hosting
In order to restore your website with system backup, your website hosting account shall have enough space for – 1. temporary backup file, and 2. extracted public_html Approximately, it shall be double of your current website file size If you are running out of...
Oct 13, 2014 | FTP, PHP/MySQL Database, Web Hosting
If you use Windows Notepad to edit PHP file and save it as Unicode, then you may have probability to encounter PHP errors – “Cannot send session cookie – headers already sent by …” If you use Notepad to edit PHP and save as Unicode Then,...
Aug 23, 2014 | PHP/MySQL Database, Website Builder
Google has released a general guideline for SEO (search engine optimization). User, who interests in SEO, may download the PDF and have a look. For references – Google’s Search Engine Optimization Starter Guide Google’s SEO Starter...
Aug 23, 2014 | PHP/MySQL Database
In a few circumstance, customers may be using a Remote MySQL database (for legacy support or other reason). Customer may login to (remote) phpMyAdmin, Issue the following SQL to get the current logged-in username – SELECT CURRENT_USER(); Issue the following SQL...
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 ######## #...