Home arrow PHP
 

PHP HELP, PHP TUTORIALS, OBJECT-ORIENTED PHP5 PROGRAMMING

RSS For Dev Shed
PHP is an open-source, server-side scripting language used primarily for web development on Apache and the usual programming language in a LAMP environment. You can learn PHP programming with the content, tutorials and PHP help and tutorial examples from Dev Shed. The PHP language lets programmers create web pages with dynamic content that can interact with databases and provides an object-oriented structure via php5 for developers. This makes it very popular for developing any web based software applications. If you’re looking for PHP answers, look no further. You have it right here and in our PHP forums.

  Date Title Author Hits
  04-16-12 

PHP Array Functions: array_change_key_case

TheloniusFunk 2936

In this programming tutorial you will learn how to use the PHP array function array_change_key_case to manipulate data stored in your arrays.

  04-09-12 

PHP array_combine Function

TheloniusFunk 2493

In this programming tutorial you will learn how to work with the PHP array_combine function, which allows you to combine arrays into a single array.

  04-04-12 

PHP array_chunk Function

TheloniusFunk 3283

In this programming tutorial, you will learn how to work with the PHP array_chunk function.

  01-30-12 

PHP Closures as View Helpers: Lazy-Loading File Data

Alejandro Gervasio 13818

In this second part of a two-part tutorial, you'll learn how to use closures in the development of an extendable template system. This system can be customized at will without struggling too much, thanks to the number of interfaces that it implements.

  01-24-12 

Using PHP Closures as View Helpers

Alejandro Gervasio 28212

In this first part of a two-part tutorial, I develop a basic template system that can parse any type of closure assigned as a property of its view object(s).

  01-03-12 

PHP File and Operating System Program Execution Functions

Apress Publishing 7925

In this conclusion to an eight-part article series on working with a computer's file and operating system with PHP, you'll learn about the functions used in combination with a PHP script to execute system-level programs. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).

  12-28-11 

PHP: Effects of Wrapping Code in Class Constructs

Alejandro Gervasio 20988

In this first part of a two-part tutorial, I use a somewhat contrived example to show why you should avoid coding static helper classes in PHP.

  12-21-11 

PHP: Building Concrete Validators

Alejandro Gervasio 17274

In this two-part tutorial, I show why the use of static helper classes can be detrimental to building robust and scalable object-oriented applications in PHP (though you should take into account that the concept is language agnostic). I also implement a set of instantiable, fine-grained validators, which can be easily tested in isolation, injected into the internals of other objects, and so forth.

  12-12-11 

Sanitizing Input with PHP

Apress Publishing 22714

In this seventh part of an eight-part article series on using PHP commands with your file and operating systems, you'll learn how and why to sanitize user input. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).

  12-07-11 

Executing Shell Commands with PHP

Apress Publishing 9912

In this sixth part of an eight-part series on working with the file and operating systems of a computer with PHP, you'll learn how to use PHP to write to a file and how to execute shell commands. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).

  11-29-11 

Handling File Data with PHP

Apress Publishing 16198

In this fifth part of an eight-part series on working with file and operating systems with PHP, you'll learn how to read data from a file and move the file pointer. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).

  11-23-11 

File Security and Resources with PHP

Apress Publishing 10700

In this fourth part of an article series on working with the file and operating systems with PHP, you'll learn about file ownership and permissions, and the concept of a resource. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).

  11-16-11 

ArrayObject PHP Class Examples

Alejandro Gervasio 19192

In this second part of a two-part series on the ArrayObject class from the Standard PHP Library, you'll learn how to handle properties by means of an object syntax.

  11-16-11 

ArrayObject PHP Class: An Introduction

Alejandro Gervasio 15493

In this first part of a two-part tutorial, I demonstrate how simple it is to use the ArrayObject SPL class. This class permits you to easily access properties through an array syntax.

  11-15-11 

Getting File System Data with PHP

Apress Publishing 6133

In this third part of an eight-part article series on using PHP to work with the file and operating system, you'll learn how to retrieve the size of a directory and find out a file's last access and modification times. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).

 
More PHP Articles
Total PHP Articles = 802

Page 1 of 54
1 2 3 4 5 6 7 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap

Dev Shed Tutorial Topics: