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 [...]
This is the next parsing tutorial from part 1. After I learned two methods of parsing with PHP on part 1. I tried to create some PHP script from “PHP Programming Solution” that allow you to counting words in a string. Use a pattern to identify the individual words in the string, and then count [...]
Hehe.. I learn how to parsing with PHP. I read some books and find so many tricks to parsing text using PHP.. So I’ll try one by one^^ First, I tried to simple parsing with PHP. There are some technique for parsing that I learned today.
Parsing Comma-Separated List
How to parsing from comma-separated list then [...]