- 1,251 categories
- 40,829 scripts
- This tutorial shows the steps you need to install and configure PHP on Windows. It explains two different ways: Using PHP without Apache, and Using PHP with Apache.
- Categories
- Platforms
- Licenses
- One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let''s say you don''t want to restrict the entire directory using htaccess, this is a neat alternative. This tutorial s...
- Categories
- Platforms
- Licenses
- This tutorial first explains what a dynamic module is, or what it means by creating PHP as a dynamic module for Apache. Then, it guides you through step-by-step where to get Apache and PHP4 and how to install them on your server.
- Categories
- Platforms
- Licenses
- PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT. An increasing number of PHP developers are using the ODBC functions to connect to data...
- Categories
- Platforms
- Licenses
- Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main...
- Categories
- Platforms
- Licenses
- Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a p...
- Categories
- Platforms
- Licenses
- PHP lets you do a lot more than simply generating HTML content, it is also a great tool to dynamically generate images on-the-fly. For example, you can create buttons with text from a database, create grapical displays of statistics from log files, a...
- Categories
- Platforms
- Licenses
- This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a w...
- Categories
- Platforms
- Licenses
- This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information ...
- Categories
- Platforms
- Licenses
- This tutorial is intended for PHP programmers interested in learning how to apply PHP''s GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from t...
- Categories
- Platforms
- Licenses
Page: