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 |

When Browsers Suck: PHP to the Rescue!
PHP | Views: 1 |
Into the life of every Web designer a little incompatible code must fall. Dealing with browser incompatibilities can be a nightmare if you're limited to JavaScript. The solution? PHP

Using PHP and IIS to Create a Discussion Forum
PHP | Views: 1 |
Learn how to use PHP on windows and IIS to create a basic discussion forum that makes use of a powerful database

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

Creating a Credit Card Validation Class With PHP
PHP | Views: 0 |
Online fraud is rife and charge backs are costly... why not validate customer credit card details before you send them to the merchant server

Create an LDAP Address Book
PHP | Views: 2 |
This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server and perform searches. This example closely mimics the way NetscapeŽ Communicator 4.* uses its addres..

Building Dynamic Pages With Search Engines in Mind
PHP | Views: 1 |
Almost any developer knows that search engine placement is critical to the success of a web site. What many people don't know is that a lot of search engines cannot index many database-driven pages (basically any page with a '?' or '&' in the URL)

Build Your Own Database Driven Website Using PHP & MySQL
PHP | Views: 0 |
Together, PHP & MySQL form the most widely used open source database and scripting technologies on the Web today. As a budding Web Developer, you need to learn and master PHP & MySQL