Tag: php
My FTP provider (fasthosts) only allows 150MB maximum usage per database created. This is big enough for most personal usages. However, the other day, after I logined to the …
April 23, 2013
base64, beginner, HTML5, http, I/O File, implementation, optimization, php, programming languages, SEO, tricks
Sometimes you want to distribute your HTML application (*.hta) or a pure HTML file (*.html) without any external images. However, it would be nice to include some images, such …
During this Christmas, I registered a new domain for fun. I always wanted to have a shorter domain rather than this one, in order to bring more traffic and …
PHP Provides str_rot13 function to rotate alphabetic characters by 13 places. However, there is no str_rot47 function to rotate 47 places over a larger mapping table. The following is …
In December, 2006, I wrote a PHP Logo Interpreter . At that time, PHP4 was widely used. Everything in PHP4 is passed by value. For example, if you need …