There are so many signature generator for forum/bulettin board. And surely we can try to create our own, fully personalized as follow: I’ve written this script at September […]
Get Title From HTML File
This little snippet will show you how to get string contain the title of an HTML file that located between and tag. First, create a string containing the […]
Get Content of URL Into String/Variable
Here is a simple code to get a content of URL (HTML file) and put it into a variable/string. This is useful for content grabbing, for example. < […]
Faster Array Search in PHP
I used to use in_array() function to find if a string exist in an array. But then I find out that there’s a faster method to do this […]