www.mithril.ca

PHP Code Samples

Web-Based Apps
phpClassifieds Demo
MP3 Database Search
MP3 Search Engine
Search Engine
Mithril Web Mail
Code Samples
PHP
    - DB Abstraction Layer
    - Site Usage Tracker
    - MP3 Database Search
    - MP3 Search Engine
    - Search Engine
    - Employee's Section
    - phpClassifieds Demo
PHP-GTK
    - mediaCat-GTK v2.0.8
Visual Basic
more info.....
Links of Interest
php.net
gtk.php-net
OSDN.org
SourceForge.net
Corrado Club of Canada
The Onion
more links...
Personal Info.
About Geoff A. Virgo
Site Statistics
Contact the Sys. Admin
PHP is an Open Source, server-side, HTML-embedded programming language used primarily for data-driven or dynamic web sites.  While usually run as a module on the Apache HTTP Server, PHP is a multi-platform and multi-server language and can be configured/compiled for IIS and PWS amoung others.  One of PHP's main strengths is the ease of database integration it offers, supporting just about any database you can think of including ODBC compliant databases like Oracle and MS Access and relational databases like MySQL.  The language syntax borrows heavily from Java and C and as a result it is very easy to learn, especially if you have experience with either of those languages.  The script is processed and compiled at runtime by the PHP engine with the resulting output sent to the client's browser in HTML format.  All this, combined with the nature of the server-side scripting, makes PHP blazingly fast and unaffected by of many of the cross-browser issues which affect other languages like JavaScript. 

Available Code Examples:

Script Name

Source Viewed

Downloaded

Database Abstraction Layer 9541 times 4744 times
Site Statistics and Useage Tracker 4325 times 2829 times
MP3 Database Search 3785 times 2046 times
MP3 Search Engine 3520 times 1790 times
Search Engine 4365 times 2038 times
Guestbook 6635 times 2570 times
phpClassifieds Demo 14001 times Not Applicable

PHP Resources:

There are many excellent resources for PHP developers, some best places to I have found are listed below.  For a more complete listing of these and similar resources, please see my links section.  On my webpage I use a combination of my own scripts and modfications of scripts I have found at the below listed sites and others like them.

PHP.net: This is the official PHP site.  This site contains the distribution tarballs and binaries for all versions of the PHP engine as well as links and a searchable online manual.

Zend.com: The writers of the PHP engine and the Zend Optimizer, and other PHP related products.

PHPBuilder.com: This site is the best resource I have found.  Lots of tutorials and links as well as a very widely read support/discussion board.

WeberDev.com: This site is another excellent resource to web developers.  In addition to PHP, it also offer resources for Databasing, ASP Scripting, etc.

Page generation: 0.071024 sec