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 |

Search Engine-Friendly URLs
PHP | Views: 9 |
Is your database-driven site being indexed properly by the search engines? Because of the appearance of the query string in their URLs, many aren't! Chris provides three solutions to the problem.

Saving Resources with PHPCache
PHP | Views: 1 |
Is server overload setting you back? Chris explains phpCache - a great script that lightens your load and speeds up your site

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 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

Build Cross-Platform Windowed Apps with PHP
PHP | Views: 0 |
Impossible? Not with PHP-GTK, a PHP extension that will have you writing cross-platform GUI-based applications in no time! Mitchell shows how