PHP Resources for Tutorials, Books, Script Archives, etc.

  • RichB
  • Guru
  • Guru
  • No Avatar
  • Joined: 17 May 2003
  • Posts: 1112
  • Loc: Boston
  • Status: Offline

Post January 30th, 2004, 11:10 pm

PHP Resource Links

Obtaining and Installing PHP
Where to get it
Installation FAQ
Installation and Setup FAQ
Installation Overview (Windows and non-Windows)
Additional information for Windows installation
How to install PHP and MySQL on IIS

Apache/PHP/MYSQL/ETC Installation Kits
apache2triad - apache2, mysql, slimftp and xmail servers with php, python, perl, phpmyadmin.
FoxServ - an Apache / mySQL / PHP installer package for Windows and Linux.
XAMPP - includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.
Uniform Server - Apache 2, PHP 5, MySQL, PERL 5, and phpMyAdmin.

PHP Books
PHP Manual (read online or download, multiple languages)
Practical PHP Programming (free online PHP book)
Recommended PHP Books (many php topics covered)

PHP FAQs
Main PHP FAQ
PHP Knowledge Base

PHP Tutorial Sites
Introductory Tutorial
Bigwebmaster.com PHP tutorials
W3Schools PHP Tutorial
PHP Freaks tutorials
Zend.com tutorials
Webmonkey's PHP tutorials
OnLamp.com

PHP Script Archives
Bigwebmaster.com PHP scripts
Hotscripts.com
PHP Sector
Codewalkers
Zend Code Gallery
Programmers Help code section
PX : the PHP code exchange
Dev Scripts

PHP Editors
Dev-PHP IDE
PHPEdit
PHP Coder
Template Tamer
Crimson Editor
PHP Designer 2005

PHP Resource Sites
Bigwebmaster.com PHP Resources
Zend.com Developer Zone
Free PHP Resources
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 30th, 2004, 11:10 pm

  • gsv2com
  • Professor
  • Professor
  • User avatar
  • Joined: 25 Jan 2004
  • Posts: 779
  • Loc: Nippon
  • Status: Offline

Post February 3rd, 2004, 12:23 am

Most useful PHP book I own:

PHP Functions - Essential Reference
Published by New Riders
Authors: Zak Greant, Graeme Merrall, Torben Wilson, Brett Michlitsch.

This book is so useful it's never in my bookshelf. It's always laying on the floor next to my computer chair for easy reference. :lol:


My least useful PHP book I own:

PHP and MySQL Web Development
Published by SAMS.
It's not terrible, but it's not great. I don't recommend it.


Another useful PHP book:

PHP Advanced for the World Wide Web
Visual Quickpro Guide
Published by Peachpit Press
By: Larry Ullman
This one has a few good advanced programming tips and tricks.
  • Rabid Dog
  • Cheese Monkey
  • Web Master
  • User avatar
  • Joined: 21 May 2004
  • Posts: 3003
  • Loc: South Africa
  • Status: Offline

Post May 27th, 2004, 4:52 am

Most useful books I own:
Active Server Pages 3 - sybex
Database Programming - Sybex
Javascript Bible - Hungry Minds
HTML and XHTML - Sams
PHP - Sams
Direct 3D programming - Sams
DirectX programming - Sams

Have just acquired a C# book so will let you know how it is :wink:

Have to agree with gsv, my books don't have a home - all over the place, my desk in front of the keyboard everywhere! Ease of access I guess
  • RichB
  • Guru
  • Guru
  • No Avatar
  • Joined: 17 May 2003
  • Posts: 1112
  • Loc: Boston
  • Status: Offline

Post May 29th, 2004, 9:25 am

Some PHP Editors have come up in conversation recently, so I thought I would collect some of the links here. The descriptions in quotes come from the associated websites. I have not tried all of these and am not endorsing any of them. I believe these are all Windows programs. Feel free to add others to this thread.
------------------------
Dev-PHP IDE
"Dev-PHP is a full-featured Integrated Development Environment for PHP. It's fast, powerful and has a user-friendly interfase. It has many cool features, like Function browsing and full integration with the PHP parser and the PHP-GTK library."
------------------------
PHPEdit
The licensing is a bit unclear on this one. It appears to be a free evaluation download if you register at their site.
------------------------
PHP Coder
"PHP Coder is an IDE (Integrated Development Environment) especially developed for PHP programmers. Features are Full Integration of the PHP Interpreter and the PHP documentation, Integrated Preview window, Full Syntax Highlighting for HTML and PHP, AutoComplete for frequently used text constructs, Project manager, Tag Buttons and all the standard editing functions like almost unlimited undo, copy and paste, searching, ... And it is quite small compared to other language's IDEs and loads pretty fast. And the best, it's FREE."
------------------------
Template Tamer
"TemplateTamer is a tool for creating and maintaining template based dynamic PHP web applications, with code clearly and completely separate from the html design. As such it is a great tool for complex dynamic sites, especially where Designers and Programmers work together on the creation of the site" (Free and Development versions)
------------------------
Crimson Editor
"Crimson Editor is a professional source editor for Windows. Syntax Highlighting for HTML, C/C++, Perl, Java, Matlab and LaTeX. Also, it can be extended for other programming languages based on custom syntax files." (It has sytax highlighting for PHP too)

Post June 1st, 2004, 4:55 pm

Excellent resources, and I've got one to add. I just finished writing up a PHP Tutorial for people who don't have any formal programming experience. Hope someone finds it useful.
PHP Tutorial
  • RichB
  • Guru
  • Guru
  • No Avatar
  • Joined: 17 May 2003
  • Posts: 1112
  • Loc: Boston
  • Status: Offline

Post June 3rd, 2004, 7:56 am

Well, I started this thread because the "how do I get started with php" question was coming up a lot, but you might want to have a look at Bigwebmaster's other site or my site for info on other languages.

http://www.bigwebmaster.com/
http://www.freeprogrammingresources.com/
  • webinv
  • Graduate
  • Graduate
  • No Avatar
  • Joined: 17 Jun 2004
  • Posts: 110
  • Status: Offline

Post November 1st, 2004, 7:36 am

RichB,

Your site is awesome. I'm going to recommend it to my site's visitors.

http://www.freeprogrammingresources.com/
  • ozzyosb100
  • Graduate
  • Graduate
  • User avatar
  • Joined: 13 Nov 2004
  • Posts: 190
  • Loc: Holiday, FL
  • Status: Offline

Post November 13th, 2004, 6:09 pm

PHP Function Reference by type / extension
http://us2.php.net/manual/en/funcref.php

Lists all the functions and all that good stuff and their syntaxHunter
http://www.php.net/quickref.php
  • PHP_Guru
  • Graduate
  • Graduate
  • User avatar
  • Joined: 08 Mar 2005
  • Posts: 180
  • Loc: Clermont, FL
  • Status: Offline

Post March 27th, 2005, 11:57 pm

Goog Book For Newer PHP Scripters:

PHP Funtions [Essential Reference] 751 Pages.

Functions A-z
  • Rabid Dog
  • Cheese Monkey
  • Web Master
  • User avatar
  • Joined: 21 May 2004
  • Posts: 3003
  • Loc: South Africa
  • Status: Offline

Post April 1st, 2005, 2:24 am

On my travels through the net looking for ways to set the java class path value dynamically I came across this really cool tutorial on writing extensions for PHP

http://www.zend.com/php/internals/exten ... iting1.php

anyways I thought I should share it as I have been looking for something like this for yonks and I am sure there are more like me!
  • Funny_Fuzz
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: 18 Jan 2005
  • Posts: 1537
  • Loc: Australia
  • Status: Offline

Post July 6th, 2005, 2:11 am

Most useful book I own:
# PHP 5 for Dummies

My comments: It's very good for all stages of web programmers from beginner to advanced.
THE BEST THINGS IN LIFE ARE FREE...
JOIN THE MEDIASHARK COMMUNITY TODAY!
  • sannsar4
  • Student
  • Student
  • User avatar
  • Joined: 07 Jul 2005
  • Posts: 80
  • Loc: Prishtina / Kosovo
  • Status: Offline

Post July 7th, 2005, 1:07 pm

webmaster secret [its a good book for tutorials]
  • sannsar4
  • Student
  • Student
  • User avatar
  • Joined: 07 Jul 2005
  • Posts: 80
  • Loc: Prishtina / Kosovo
  • Status: Offline

Post July 7th, 2005, 1:08 pm

needforscript.com is a good site for scripts
  • Shadow12
  • Novice
  • Novice
  • No Avatar
  • Joined: 26 Jun 2005
  • Posts: 27
  • Loc: Learning php
  • Status: Offline

Post July 12th, 2005, 12:29 am

  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 12th, 2005, 12:29 am

Post Information

  • Total Posts in this topic: 33 posts
  • Moderators: joebert, katana
  • Users browsing this forum: Bogey and 61 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2008. Driven by phpBB © 2001-2008 phpBB Group.

 
 
 
 

Need a pre-made web design for your website?

Check out our templates here: Ozzu Templates


400+ FREE Website Templates. Download Now!