PHP-Nuke Management and Programming

PHP-Nuke Management and ProgrammingThere has always been the necessity to have a definitive guide on PHP-Nuke. This tutorial describes the installation and structure of PHP-Nuke and the details of customizing the front end to suit the users’ needs. The architecture of PHP-Nuke, with its modules, blocks, topics and themes is presented in detail, as well as the interplay of PHP and MySQL for the creation of a mighty content management system (CMS).It also delves into more advanced issues, like the programming of PHP-Nuke blocks and modules.
Read more

Installing and Configuring PHP and MySQL Tutorial

Installing and Configuring PHP and MySQL TutorialThe Windows PHP installer is available from the downloads page at www.php.net/download.php This installs the CGI version of PHP and for IIS, PWS, and Xitami, it configures the web server as well. The installer does not include any extra external PHP extensions (php_*.dll) as you’ll only find those in the Windows Zip Package and PECL downloads.
Read more

How To Install PHP On Linux

How To Install PHP On LinuxThis tutorial explains the installation of PHP 5, bundled with Apache and MySQL server on a Linux machine. The tutorial was written primarily for SuSE 9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all Linux-like operating systems. We will set up PHP as a shared module, being loaded into Apache2 dynamically during the server startup. These instructions are known to work for PHP versions: 5.0.4 through 5.2.1.
Read more

Databases on the Web with PHP

Databases on the Web with PHPInterfacing a Database to the Web
Classical “client/server” architecture:
- server program waits for requests
- clients request connections
- once the connection is established, the client can send queries/transactions to the server
- server processes queries and transactions and returns results to respective clients
Read more

PHP/MySql with Paypal

PHP/MySql with PaypalThis tutorial is meant to show how GoLive users can integrated their PHP/MySQL dynamic data with PayPal to create a simple online store with some advanced pricing features. This tutorial assumes that you are already familiar with using dynamic content in GoLive and aren’t too terrified with working with source code. You will also need a PayPal account.
Read more

Next Page →