I was wondering whether i could read the size of a directory using PHP. So i thought of making something which could help me read the size of the...
This article will give people with no previous UNIX experience some sense of what UNIX is. This article will cover the history of UNIX and an...
The FBI is monitoring "potential vulnerabilities" in computer networks that could leave portions of the Internet open to disruption by hackers,...
Sending an email with asp is fairly easy, all you need is CDONTS (Collaboration Data Objects for NT Server, installed with IIS), or a special...
Request.ServerVariables("REMOTE_ADDR") can be used to retrieve the IP address of the client machine. While clients connect internet via a...
But there are many people who store passwords in cookies.
Errors on the Internet, and those annoying error messages, occur quite frequently -- and can be quite frustrating, especially if you do not know...
What is a cookie? Sometimes it becomes necessary to track certain user details like (No. Of Visits, names, last visit, etc). The client machine...
There is this awesome website I just discovered on the Gmail forum while idly browsing the web. They create spiffy looking email signatures for...
Have you ever wondered why e-mail attachments are encoded? Well read ahead tro find the answer to this. Internet e-mail and Usenet news posts...
Connect to a MySQL server using Perl. In order to do that you'll have to use the DBI module in Perl. Below you will find an example code....
Introduction Artificial Intelligence (AI) is a broad field, and means different things to different people. It is concerned with getting...
Show page processing time at the end of the page using PHP <?php //Page process time calculation /* The microtime() function fetches the...
Many sites send you a temporary password after u sign up with them. Here is is how you too can do that function TempPassword($tp_len) {...
After the birth of the MP3 file format, there remained a problem, which was inclusion of textual information i.e. some information about the audio...
Here's the code to read ID3 tage from a MP3 file <?php //Reads ID3v1 from a MP3 file and displays it $mp3 = "1.mp3"; //MP3 file to be...
How to make your own guestbook using PHP/MySQL Requirements: - PHP 4+ - MySQL 3+ To start with we need to make a table for storing the...
Separate names with a comma.