This is documentation for installing Apache 1.3.9, PHP 3.011, Perl 5.00502 and MySQL 3.21.29, but should work with ANY recent (or more recent) versions of this software.
Acquiring PHP MySQL PHP / Installation
PHP and MySQL are already packaged in Linux and Mac OS X OSs. However, most PHP developer are actually using Windows when developing PHP applications. This is also true to myself. I have Mandrake Linux 10 but I'll just use it for testing purposes of my finished scripts. One reason is that Windows render an amazing web presence unlike any other OS's browsers. So this page will only cover the WAMP ( Windows, Apache, MySQL, PHP ). You will learn how to install Apache, PHP, and MySQL under Windows platform.
Simple System Maintenance with PHP-CLI PHP / Getting Started
Web development is a world of rapid code modifications, instant deployment and immediate updates. Of course, maintaining the product of this web development can be as hectic as the web development is agile; with manual backups, quick database edits and tedious data migration and re-entry.
Installing Apache 2.0, PHP 4.2, MySQL 3.23, and PHPMyAdmin PHP / Installation
This article shows you how to setup, configure, install, and use the Apache 2.0 web server, PHP 4.2.0 scripting langauge, PHPMyAdmin, and that latest MYSQL DBMS Database MySQL 3.23 on a Windows machine so you can easily test your dynamic Macromedia Flash content in a server environment. Making it easy to test on your local laptop/desktop. A Flash application using these tools is also detailed.
How To Install Apache+PHP+MySQL PHP tutorial PHP / Installation
This tutorial discusses the setup of Apache, PHP and MySQL for both Windows and Red Hat Linux.Because the install for Windows is straightforward, the discussion for Windows is an overview. The tutorial and how to for Red Had Linux is much more detailed and covers both downloading and installing packages as well as using Apache's DSO Module.
Configuring PHP with ORACLE 8i Support PHP / Configuration
In This article i will briefly describe how to compile PHP with ORACLE 8i support.when i try to compile php with oracle support on Solaris 2.6 i got lots of problems. after tedious search in internet i have found solution.
SOAP PHP Implementations PHP / XML Web Services
This tutorial describes:
* PHP Implementations of SOAP.
* Checking My PHP Installation on Windows.
* Installing SOAP Library on Windows.
Some PHP Functions You Must Know PHP / Functions
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
Team development method for PHP PHP / General Development
This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single 'selector' file, Database abstraction layer, Embedding PHP, and Separation to files by functionality.
Working with dates and times in PHP PHP / Date and Time
The date and time functions allow you to use the time of the server that PHP is running on so keep in mind that this function will depend on the local setting of your server.