Category Archives: PHP

SPLIT() function no longer available on PHP 5.3

Ok, I tried to review my last application on PHP after I didn’t touch it for a month. I have ne XAMPP with PHP 5.3 installed on my MAC OS but i don’t know what happen.. In my application just shown PHP error message.
Wew..
It’s caused by
“SPLIT() function has been DEPRECATED as of PHP 5.3.0 and [...]

Which One Better? Still confusing…

I plan to migrate to PHP Framework, but I’m still looking for Framework that i need. I need to make big application for my next project with PHP. I had try cake and code igniter, but I don’t know which better? My lecturer suggest me to use code igniter, but he’s also suggest me to [...]

Color Cube With PHP

This is not my original idea.. But it’s very useful. For this trick idea, I grab from some banner generator site. Sory I’m forgot about this site. Then, I try to modified it with my knowledge about PHP. With this trick, you can make simple color cube. Like you know, some site used JavaScript to [...]

Create User Log

Today, I tried to make user log with PHP. User log is used to save information about visitor, like IP address and web browser. User log saved in html file. So you don’t need databases like MySQL. In this user log script, we need date() function (to set time) and variable like $REMOTE_ADDR to get [...]

Paging With PHP [Part3]

In this post, I’ll modified paging with PHP part 1 and part 2 with adding next and previous link or first and last link. Just little modified on paging with PHP part 2. So you can get next page, previous page, first page and last page easily. Let’s try^^.
There are two scripts added on paging [...]

PHP for Art

I think you know that PHP have GD Library extension to image manipulation. Yeah.. Usually it’s used to captcha application or anti spam. Like in my previous post. Today I’m Googling and found GD Library tutorial with examples (just visit http://phpgd.com). Amazing there are some example to making art with GD Library. Lookout this pictures [...]

Tag Cloud With PHP

Hmm.. I think Wordpress blogger familiar with Tag Cloud. Last time, I want to know how to make it. Looking for some tutorial and found it^^. In this tutorial, I must learn about OOP in PHP. With my little knowledge about OOP programing in JAVA, I tried to explore it in PHP. Hehe.. That’s not [...]

Blogroll Link Update