Build a PHP Link Scraper with cURL By: Admin
You heard me! We're going to build a robot that scrapes links from web
pages and dumps them in a database....07-Apr-2010 |
PHP Enabled Stylesheets By: Admin
CSS Stylesheets are a major improvement in the World Wide Web, allowing HTML
to come back to its roots: a language to structure and publi...07-Apr-2010 |
A First Look at HTML 5 By: Admin
Officially, HTML 4.1 was supposed to be the last word on
HTML. According to the W3C, HTML 4.1 was complete a...07-Apr-2010 |
ExpressionEngine Enhances PHP Content Management with Framework Flexibility By: Admin
Over the years , I've used quite a few of
these content management systems, in addition to building a varie...07-Apr-2010 |
A Template Framework for Static Sites By: Admin
Templates can bring order and structure to a web site. In this article I
describe how templates can be used ...07-Apr-2010 |
Foundations of Pear: Authentication By: Admin
Many Internet sites have at least some form of
authentication, requiring a username and password that allows a user to
b...07-Apr-2010 |
Arrays 101 By: Admin
If you've ever created large scripts that require many variables (sometimes nearly 100), you know
what it'...07-Apr-2010 |
Spell Checking and URL Tricks By: Admin
I needed a simple little example that I could use to show how Apache's
ForceType directive can be put to go...07-Apr-2010 |
On User-Defined Timezones in PHP By: Admin
PHP provides some nice date manipulation functions that work very well
in combination with each other. How...07-Apr-2010 |
A Twist In Namespaces By: Admin
With PHP5.3--which is in itself a precursor and somewhat of
a teaser for PHP 6--comes something rather new...07-Apr-2010 |
Building an Error-Handling Mechanism By: Admin
I have found that most developers are really unaware of the
power of error handling in PHP. Some developers...07-Apr-2010 |
Building a PHP Calender By: Admin
Today we are going to build a functional calender using PHP.
About a year ago I was given the task of imple...07-Apr-2010 |
Advanced String Processing - How Regular Are Your Expressions By: Admin
Hello hello hello, and welcome
back. We've looked at strings, and numbers and all sorts of
types of data, ...07-Apr-2010 |
Date manipulation in PHP By: Admin
I was sitting writing a kind of helpdesk call management program in
PHP and found that I needed to work out how much tim...07-Apr-2010 |
How to Upload Images Using PHP By: Admin
One of the most frequently asked questions about PHP is "how can I use
PHP to upload an image". I...07-Apr-2010 |
COM Functions in PHP4 (Windows) By: Admin
This short
article will explain how to use COM in real PHP4 programming with three
examples using MS offic...07-Apr-2010 |
PHP 4.0 Overview By: Admin
A lot of you were probably wondering about the recent
announcements and discussions about the future of the...07-Apr-2010 |
A Quick PHP XMLWriter Class Tutorial: XML & RSS By: Admin
Since there is absolutely no documentation on how to use PHP5's
XMLWriter class, here is a very simple exam...07-Apr-2010 |
Using XML: A PHP Developer's Primer By: Admin
This articles will
focus on XML, its
applications in modern day web development and how PHP fits into this...07-Apr-2010 |
Converting XML Into A PHP Data Structure By: Admin
In the last few years, XML has received great media attention, and most
languages support the parsing and e...07-Apr-2010 |
PHP and XML: using expat functions By: Admin
The Extensible Markup Language is definitely something that most developers will
want ...07-Apr-2010 |
Using PHP and XML with Apache Cocoon By: Admin
Cocoon is a suite of
Java Servlets that sit on your server waiting for .xml pages and then -
if applicab...07-Apr-2010 |
PHP Development: Getting Started By: Admin
It's been a few years since I echo'd my first HELLO WORLD script. PHP
has developed and evolved and yes, it...07-Apr-2010 |
Caching Web Page Output for Server Optimization By: Admin
Often PHP is used to generate pages that do not change all that often.
It isn’t that PHP is used to m...07-Apr-2010 |
Making PHP Applications Cache-Friendly By: Admin
With the rather small number of new postings, it is obvious that Phorum and its
underlying DBMS (in our ca...07-Apr-2010 |
Building Dynamic Pages With Search Engines in Mind By: Admin
When I first wrote this column back in January 1999, I had no clue
that it was going to be so wildly popular, and I had ...07-Apr-2010 |