Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

PHP Subcategories

Beginners | Date and Time | Database | Content Management Systems | Cookies and Sessions | Email | Image Manipulation | Forms | Security | Object Oriented Programming | Web Scraping | String Manipulation | RSS | XML | Other | Mobile | PEAR | Flash | Math | Advanced | Files | Ecommerce | Arrays |

Recursive Threading with PHP and MySQL
PHP | Views: 2 |
One of the most demanded and sought-after techniques in PHP today is the need for recursive programming; specifically, recursive threading. In this article you will learn how to write a simple message board using recursive threading. A previous knowledge

Professional PHP4 Programming: Part 6
PHP | Views: 1 |
Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This week we will break down and look at the different ..

Professional PHP4 Programming - Part 7
PHP | Views: 0 |
Someone is always going to ask the hard question, "What is the best way of working with XML using PHP?". That is a difficult question to answer. The final installment shows you a few different ways

Professional PHP4 Programming - Part 5
PHP | Views: 0 |
Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This weeks installment takes a look at reading an XML f..

Professional PHP4 Programming - Part 4
PHP | Views: 0 |
Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This weeks installment discusses The XML Framework, SML..

Professional PHP4 Programming - Part 3
PHP | Views: 0 |
Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This weeks installment discusses "A Sample LDAP Applica..

Professional PHP4 Programming - Part 2
PHP | Views: 0 |
Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This weeks installment discusses Installing and Configu..

Professional PHP4 Programming
PHP | Views: 0 |
Professional PHP4 will show you exactly how to create state of the art web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This first installment looks at LDAP components, applic..

PHP--HTML Templates: A New Working Relationship
PHP | Views: 0 |
In order to place the data into the nicely-designed HTML pages, we either get the designers to embed our PHP codes in appropriate locations in their designs and remind them to remember to name their pages as ".php" before they publish or we (pro

PHP's Encryption Functionality
PHP | Views: 0 |
Encryption and hashing allow you to secure and verify data. W. J. Gilmore introduces encryption functions and hashing methods available to PHP

PHP Security, Part 1
PHP | Views: 0 |
If you have users, you'll undoubtedly have bad guys trying to break things. As a PHP developer, it's your responsibility to make sure your code is secure. John Coggeshall demonstrates one common PHP error that can leave you vulnerable, and he explains ho..

PHP Iterator
PHP | Views: 0 |
What we will try to accomplish here is to create unique interface for traversing arrays and to add a little more control over how our objects are created and finally, to support lazy loading

PHP Interface for HierMenus 4
PHP | Views: 2 |
Among its other features, you can use PHP to retrieve, format, and pass dynamic data to Web pages as JavaScript structures. Guest author J. "JC" Chakrabarty introduces this capability by discussing his PHP/MySQL interface to HierMenus 4

PHP and XML: Parsing RSS 1.0
PHP | Views: 1 |
XML is springing up all over the Internet. In this article, Kev shows you how to use PHP to read an XML document and display the data it contains as a Web page. Use the code he provides to display the headlines at SitePoint.com on your own site

PHP and Regular Expressions 101
PHP | Views: 0 |
Regular expressions needn't be tools exclusive to UNIX shell programmers and Perl gurus. As guest author Mitchell Harper explains, adding basic regular expression functions to your PHP code is simpler than you might think

Peeking at Pear
PHP | Views: 0 |
Take a quick peek at Pear and learn what it does for PHP programmers

Pear::DB Primer
PHP | Views: 0 |
Pear::DB provides a database abstraction layer for PHP allowing it to use most major databases, including MySQL, PostGreSQL, and MS SQL server. Joao Prado Maia explains how to use it and provides examples

PEAR Primer
PHP | Views: 0 |
PEAR stands for "PHP Extension and Application Repository" and has been slowly building itself over the last few years. There are classes for logging, compression, XML, and on and on. The most popular one is the database abstraction class, which supports

OO Design: Abstract Classes
PHP | Views: 0 |
This article is the first in a series of articles that will focus on various object-oriented design topics. In this article we are going to talk about the concepts surrounding abstract classes, situations where they are useful in design, how we can imple..

On User-Defined Timezones in PHP
PHP | Views: 0 |
PHP provides some nice date manipulation functions that work very well in combination with each other. However, they only handle dealing with the server's timezone. Adding the feature for shifting dates to a user-defined timezone can be a very unpleasant
Previous 1 2 3 4 5 Next