October 22, 2010 10:06
After Magento is installed, you may have the error “Could not determine temp directory, please specify a cache_dir manually” when clicking on some pages in both backend and frontend. Usually it will be happened in shared web hosting, but also in individual server if the permission of tmp folder set wrong. Many bloggers suggested to [...]
October 21, 2010 09:38
Recently one of my company websites decided to use JoomSEF for SEO (Joomla 1.5.20 and JoomSEF 3.7.4). Because some custom components are developed in this website, so some extension of JoomSEF for these custom components are needed. Everything goes smooth … except the ajax page … The following codes are placed in view.html.php Because the [...]
January 21, 2008 14:27
Well, one and half year passed since last news … I’m still alive. Nine months before I moved to a new web hosting. The server was faster than before and I’ve got unlimited storage, subdomain and FTP account. However, they moved to new server since Nov 2007 and the PHP also upgraded to 5.2.1. After [...]
July 28, 2005 15:50
There are a great tutorial series for PHP security in Dave Child’s website. Even though the first article was released one year ago, it’s still great for PHP developers, especially for beginners. The following is the links for 3 parts of this tutorial: Writing Secure PHP, Part 1 Writing Secure PHP, Part 2 Writing Secure [...]
September 27, 2004 17:35
Although this article is published in International PHP Magazine website three weeks ago, but is still valuable for the people who is looking for the MySQL licensing. The author points out seven common questions for MySQL licensing clear and deep. If you don’t know how to choose a license, it is a place for you [...]
September 12, 2004 14:02
There is one article in PHPmac that is about the installation of phpMyAdmin for multiuser environment. This is useful for the web hosting company, or a company that contains multi database administrators with differnt permission. Of course one database for one user only is a great idea for the security reason.
August 26, 2004 14:12
Recently I’ve seen an article (so pity that forgot where it is) about DAO and made a great idea for me. It says that don’t reture an array of objects (Data Object). The reason is if the query results 10000+ records and several requests arrive at the same time, your server’s memory may not enough [...]
August 13, 2004 15:09
Zend is published a series of articles which is for PHP absolute beginners (currently 7 articles there). Even though you want to learn PHP 4 or PHP 5, this is a right place for you!
July 14, 2004 13:18
A week ago ONLamp.com published a nice article called “Building a PHP Front Controller”. It briefly describes how to use OOP to make your application more structural and reusable. It also provides the valuable link to Sun’s J2EE website about the design patterns. You can get more information about it and how to use it [...]
July 14, 2004 13:05
I’ve finished the Data Object abstract class and Data Access Object abstract class one week ago which is referred from the article “Value Objects and Data Access Objects with PHP 4.2.x” from PHPBuilder. Why update this news so late? It is because my IBM ThinkPad 600 is broken down and I had to re-install all [...]