As a web programming language, one of PHP’s strengths traditionally has been to make it easy to write scripts that access databases so that you can create dynamic web pages that incorporate database content. This is important when you want to provide visitors with information that is always up-to-date, without hand tweaking a lot of static HTML pages. However, although PHP is easy to use, it includes no general-purpose database access interface. Instead it has a number of specialized ones that take the form of separate sets of functions for each database system. There is one set for MySQL, another for InterBase, and another for PostgreSQL—and others as well.
Read the rest of this entry »
Checking the Installation Obtaining Joomla! Nightly Build Nightly Build SVN Final Preparation Transferring the files A bit more preparation MySQL Details FTP account details Secure Password Thinking Installation Web Browser Installation Step 1 - Language Choice Step 2 - Pre-installation Check Step 4 - Database Configuration Step 5 - FTP Configuration Step 6 - Main Configuration Installing the Default Sample Data Installing a Compatible SQL Script File Installing a Migration SQL Script File from an earlier Joomla! version 1.0.x installation Step 7 - Finish
Read the rest of this entry »
It is updated version that replaces Appendix C in the 2 nd edition (16 May 2004) of Web Database Applications with PHP and MySQL by Hugh E. Williams and David Lane. This appendix is copyright O’Reilly Media Inc. We thank Jeanne Pickering, Scott Brown, Matt Starks, and Bill Griffiths for feedback, errata, and suggestions. This appendix is a guide to installing the software used in the book on an Apple MacIntosh OS X platform.
Read the rest of this entry »