Command Line Scripting in PHP By: Admin
This article covers how one can write PHP
scripts that exceed the maximum execution time, and thus create scripts
which will send mass em...01-Apr-2010 |
Calculating Age Tutorial By: Admin
In this tutorial we'll look at the following:
1. How to create a timestamp from a date 2. How to find difference
between timestamps 3. Ac...01-Apr-2010 |
Changing Content-Types By: Admin
In this tutorial, I will demonstrate how we can
retrieve the contents of different file types, change the content types
in the header out...01-Apr-2010 |
Practical PHP Coding Standards By: Admin
The truth is that some practices will pay off
in spades toward making your code coder-friendly. Others are more of a
nice touch. For now,...01-Apr-2010 |
Working With Excel Files 2 By: Admin
Here is how to work with Excel files and PHP.
First you will need to understand what CSV means. CSV stands for "Comma
Separated Valu...01-Apr-2010 |
Working With Excel Files(Part 1) By: Admin
Here is how to work with Excel files and PHP.
First you will need to understand what tab-delimited means. This
tutorial will show you how...01-Apr-2010 |
AOL IM Check User Online By: Admin
Learn to see see if a user is currently online
on AOL Instant Messenger using PHP. The tutorial uses PHP functions
including sockets, fil...01-Apr-2010 |
AOL AIM Profile Viewer By: Admin
This tutorial will show you how to make a
script to see who has seen your AOL Instant Messenger profile. First and foremost, for th...15-Apr-2010 |
Random Quotes By: Admin
Many people email wondering how the heck we
make the random quotes on the title bar at the main page. Well, we're
finally releasing the s...01-Apr-2010 |
HTTP Request Variables By: Admin
This chapter describes: What are the predefined
variables that store information from the HTTP request. A sample script
to test request v...01-Apr-2010 |