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 |

Web Database Applications with PHP & MySQL
PHP | Views: 17 |
A fundamental characteristic of the Web is the stateless interaction between browsers and web servers. As discussed in Chapter 1, HTTP is a stateless protocol. Each HTTP request a browser sends to a web server is independent of any other request. The sta..

Using PHP and MySQL with Flash
PHP | Views: 10 |
This article helps explain how to use Macromedia Flash 5 in conjunction with PHP and a MySQL database. This demonstration will show you how to setup a simple login and registration form, then allow users to save movie clip positions and various propertie..

Slapping together a search engine for your database is easy with PHP and MySQL
PHP | Views: 2 |
So you've got a dynamic site, filled with all sorts of user inputs, whether it be a 'phorum', or like my own site at knowpost.com. ht://dig will take care of indexing and searching your html pages, but if you are like me, you have very few html pages, an..

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

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

How to store binary files in a MySQL database.
PHP | Views: 0 |
This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database

Configuring PHP with ORACLE 8i Support
PHP | Views: 0 |
In this article, I will briefly describe how to compile PHP with ORACLE 8i support. When I tried to compile php with oracle support on Solaris 2.6, I received lots of problems. After tedious search on the internet, I have found a solution

An introduction to the ADOdb class library for PHP
PHP | Views: 0 |
A common beginner (and not so beginner) mistake is to develop an application without any consideration of the future. All too often, applications remain tied to the wrong database, inflexible and not performing optimally. That's where using a well-design..

Accessing PostgreSQL from PHP
PHP | Views: 1 |
Creating Web-based interfaces that interact with PostgreSQL? This sample chapter from 'Beginning Databases with PostgreSQL' explains how to access PostgreSQL from PHP