Please wait while the page is being loaded Skip this advertisement >
Friday | 5 December, 2008

PHP Developer's Guide

  • +

    Using FTP in PHP scripts 26/05/2003 08:04:57

    The File Transfer Protocol (FTP) is widely used to transfer files across networks. Utilising it in a PHP script allows you to increase the level of sophistication of your PHP scripts as well as learn more about how FTP works. Before proceeding, get the details of an FTP account to which you have read and write access. For example, most Internet service providers give users an account on their Web servers to host a small amount of data, to which access is generally provided via FTP.
  • +

    Dates and time in PHP 24/07/2003 07:16:51

    Dates and time form an important part of many sophisticated PHP applications. From simply displaying the date for a user to validating dates and times in user-supplied input, PHP developers have a wealth of functions to solve all manner of problems.
  • +

    A closer look at arrays in PHP 29/08/2003 09:45:35

    Over previous tutorials, we have occasionally made use of arrays without going into much detail about exactly what arrays should be used for, which kind of arrays are supported by PHP and the routines the language provides to simplify array usage.
  • +

    PHP file system functions 21/10/2003 07:05:46

    In this column, we will look at the range of functions PHP provides for interacting with the file system. At their most basic level, file systems interface storage media - generally hard disk drives - with applications. The most popular file systems in current use rely on the directory and the file as their most elementary concepts.
  • +

    Symbolic links using PHP 28/11/2003 08:56:31

    The PHP column 'PHP file system functions' looked at PHP functions that give developers more information about files and the file system itself. This time, we will expand on this by looking at symbolic links.
  • +

    Interacting with directories in PHP 21/12/2003 07:56:43

    We have looked extensively at manipulating files on the file system. This time we will look at directories, the other major component of conventional file systems.
  • +

    Pattern matching with PHP 23/01/2004 09:14:31

    Matching patterns in strings is important in just about all Web applications that deal with data. PHP has a large number of pattern matching functions and extensions, tightly integrated into the language itself.
  • +

    Error reporting in PHP: Part I 21/07/2004 14:37:02

    By default, PHP generates a lot of helpful information for developers when an error occurs in the execution of a script. This information is much less useful to users, however. In fact, telling users the line number of the error, the function it occurred in, the location of the script on the file system and the exact nature of the error would be considered to compromise the security of the script itself.
  • +

    Error reporting: Part II 10/09/2004 08:22:11

    Last month we looked at PHP's extensive error reporting framework. This month, we'll be looking at customising error reporting, and providing much more information for developers.
  • +

    PHP 5: New object model 21/10/2004 15:27:21

    Thanks to input from people all over the Internet, PHP has been developed at a very fast pace. While this has contributed to PHP's ease of use, it has also led to the language being less than complete - especially when it comes to object orientation.
  • +

    PHP 5: New iterations 22/12/2004 07:59:48

    An iterator is a mechanism by which you can traverse the values in some programmatic construct, the most basic being the for() and while() loops. The concept behind these constructs does not map directly to objects, however, as they store a variety of different types of data which may need to be traversed in a user-defined way. The problem is defining what you're iterating through: properties and methods. In PHP 5, the programmer can define (or 'overload') this behaviour.
  • +

    PHP: Making an exception 24/01/2005 07:04:58

    Gavin Sherry continues his exploration of what makes PHP 5 so special. This month it's exceptional.
Additional Resources
Executive Guides
Whitepapers
Zones
Zone logoZones provide focussed content from Computerworld and leading technology partners.
Videos
Computerworld news
Play
WebCasts
Play
Newsletter Subscription
Sign up for our Computerworld newsletters!
RSS Feeds
Computerworld Polls

When will your company upgrade to Windows Vista and Office 2007?

This year
Between 2008 and 2010
Between 2010 and 2012
We will look at alternatives before making a decision
View Results
Market Place

 

Smart SOA World Tour

Discover how SOA can create smarter outcomes for your business.

Attend and learn:

  • How SOA is helping leading companies to become more agile
  • Where you should be applying SOA processes in your company
  • The top SOA implementation mistakes to avoid

Click here for more information.
Whitepaper

Email Archiving 101—Customer Case Study

Join Lee Benjamin, a Microsoft Exchange MVP and Ryan Shipkowski, network administrator for Matthews, to discuss the process and ROI of implementing an email archiving solution, with emphasis on a case study from Matthews International.

Enterprise IT Buyer's Guide
Find Technology Vendors Fast
 
Find vendors by name | Find by category
Sponsored Links