Displaying posts categorized under

PHP

Use public geoip database in your web project

Last week I came across a website http://www.hostip.info. Apparently it is open project that aims to collect geoip information from general public. The owner of the site is generously enough to share his database with the world. Thanks a lot for doing that. I found some sample code in the website contributed from other folks. [...]

  • Share/Bookmark

Remove BOM from utf-8 files

Problem When I developed a PHP web application with multiple language support, I encountered a situation that PHP report “header is already sent”. That was caused by the Unicode Byte Of Mark (BOM) at the beginning of files in utf-8 encoding. Solution 1 In my article Solution for Cannot modify header information in PHP application, one [...]

  • Share/Bookmark

Solution for Cannot modify header information in PHP application

I encountered a strange problem when I developed a PHP website application. When I use english language file, saved in ASCII format. The web application runs smoothly with no problem. As soon as I change the language file to an Asian language, saved in UTF-8 format, a problem occurs. See the following for the detail [...]

  • Share/Bookmark

U’s Bargain Network, an online deal publishing system

U’s Bargain Network is a website that publishes online deals, bargains, discounts, and coupons related to computer, software, gaming, electronics, and video and more. It was intensively developed through the last two years. It is powered by online deal publishing system that consists of PHP applications, PERL applications, MySQL database system and other auxiliary applications.  The [...]

  • Share/Bookmark

Brand new user interface of Online Note 2.0

ASP Online NoteTaker 1.0 has been redesigned in PHP language. Now the brand new PHP Online Note 2.0 is alive. This article will introduce the new features of the Online Note 2.0 and provide a simple how-to guide for you. Introduction Figure 1 show the new home page of the Online Note 2.0. The new [...]

  • Share/Bookmark