PHP

Want to support HowtoForge? Become a subscriber!
 

PHP Programming Basics

PHP Programming Basics

This article is the first of a series of PHP guides that aim at teaching you the basics of PHP programming.

How To Automatically Scan Uploaded Files For Viruses With php-clamavlib

How To Automatically Scan Uploaded Files For Viruses With php-clamavlib

This guide describes how you can automatically scan files uploaded by users through a web form on your server using PHP and ClamAV. That way you can make sure that your upload form will not be abused to distribute malware. To glue PHP and ClamAV, we install the package php5-clamavlib/php4-clamavlib which is rather undocumented at this time. That package is available for Debian Etch and Sid and also for Ubuntu Dapper Drake and Edgy Eft, so make sure you use one of these platforms.

How To Set Up A Ubuntu/Debian LAMP Server

How To Set Up A Ubuntu/Debian  LAMP Server

This tutorial shows a quick way to set up your own LAMP server (Linux + Apache + MySQL + PHP/Perl)  on a Ubuntu or Debian system.

Building Apache with PHP, MySQL, OCI8 instant client support

Building Apache with PHP, MySQL, OCI8 instant client support

There are many howtos on building Apache with PHP, MYSQL support, but it is very rare to find some document on OCI8 support with Apache Build, recently I was building a web server in my data center and I was really in trouble when I was searching some installation document, there are few documents , but most of them are using either RPM version of packages or they are missing some of the essential steps. I am trying to write a howto that will help you to at least understand the installation with step-by-step method.

How To Set Up suPHP With PHP4 And PHP5

How To Set Up suPHP With PHP4 And PHP5

This tutorial shows how to install and use suPHP with PHP4 and PHP5. suPHP is a tool for executing PHP scripts with the permissions of their owners instead of the Apache user. With the help of suPHP you can also have PHP4 and PHP5 installed at the same time which I will describe at the end of this article.

suPHP integrates into Apache2 as a module. At the time of this writing it does work with Apache2 prior to version 2.2. Version 2.2 is not supported yet.

Running Apache2 With PHP5 And PHP4 At The Same Time

Running Apache2 With PHP5 And PHP4 At The Same Time

This tutorial shows how to install and configure Apache2 with PHP5 and PHP4 enabled at the same time. Because it is not possible to run both PHP5 and PHP4 as Apache modules, we must run one of them as CGI, the other one as Apache module. In this document I will use PHP5 as Apache module and PHP4 as CGI, and I will describe the setup for the Linux distributions Debian Sarge (3.1) and Ubuntu 5.10 (Breezy Badger).

Apache2-SSL-PHP5-Howto (+ Zend Optimizer And IonCube Loader)

Apache2-SSL-PHP5-Howto (+ Zend Optimizer And IonCube Loader)

This document describes how to install an Apache web server (2.0.x) with SSL and PHP5 (with Zend Optimizer and ionCube Loader) enabled.

Apache-mod_ssl-PHP-Howto

Apache-mod_ssl-PHP-Howto

This document describes how to install an Apache web server (1.3.x) with mod_ssl and PHP enabled.

first page
previous page
...
20