I’ve written a function to fetch a file from remote server and store it into a string here: https://dev.sandalian.com/baca/4/get-content-of-url-into-string-variable.htm. Then today I realized that PHP already have that […]
Rename Files Into All Lowercase
I wrote this script when my Windows 98 screwed up my filename. It was index.php and changed into Index.php, in a big number of files within a directory […]
Happy Ied Mubarak – Blog Status: Iddle
Today is my last working day of this month. Me and all moslem around the world are gonna celebrate our holly day, Ied al Mubarak, next week. And […]
Copy Remote File Into Local Directory
Here is a little function used to copy file from remote directory (web server) into our local directory. < ?php /* This function used to copy remote file […]
Dealing With Google Sitemap
When I use Webmaster Tools from Google, it requires sitemap of my site. There are several formats allowed, easiest one is RSS 2.0 format. I already have it […]
Detecting WAP/WML or Web/HTML Browser
I use this little script to detect what browser is being used by the visitor. Is it web browser or WAP browser. Yes, I want my domain accessible […]
Paralel Process In PHP
In my own experience, paralelizing process in PHP is alot efficient. Not saving your time, but it will save memory usage. I use paralel method when working with […]
Random Text For Signature Used in Forum/Bulettin Board
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 […]
Succesfully Recovered
Yeah, finally this site get its functionallity back. Just hope it might help many people who loves computer as I do ^_*
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. < […]
Script Repository
Beside writing code and description here in this blog, I also posted the script in a directory. You can easily view my scripts at my scripts repository. You […]