PHP Tutorial needed

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
phpbeginner
Forum Newbie
Posts: 2
Joined: Thu May 11, 2006 4:01 am

PHP Tutorial needed

Post by phpbeginner »

Dear anyone,

Please could you be kind enough and suggest a good PHP tutorial book i can buy from the net (amazon,...) which covers the below topics.

Thanks

Introduction
 The history and role of PHP
 The history and role of MySQL
 PHP architecture overview
 PHP basics
 Embedding PHP in HTML
 Using PHP tags
 PHP tag styles
 PHP statements
 Whitespace
 Comments
Adding dynamic content
 Accessing form variables
 Identifiers
 User-declared variables
 Assigning values to variables
 Variable types
 Constants
 Variable scope
 Operators
 Variable functions
 Control structures
 Conditionals
 Iteration and loops
 Breaking/continuing loops
Storing and retrieving data
 Saving data for later
 File processing overview
 Opening a file
 Writing to a file
 Closing a file
 Reading from a file
 Other useful file functions
 File locking
Working with Arrays
 Introduction to arrays
 Numerically indexed arrays
 Associative arrays
 Multidimensional arrays
 Sorting arrays
 Sorting multidimensional arrays
 Reordering arrays
 Loading arrays from files
 Other array manipulation
Working with String manipulation and regular expressions
 Formatting strings
 Joining and splitting strings via string functions
 Comparing strings
 Matching and replacing substrings with string functions
 Regular expressions: core syntax
 Finding and replacing substrings with regular expressions
 Extracting data from strings with regular expressions
Reusing code and writing functions
 Code reuse overview
 Using require() and include()
 Using require() for Web site templates
 Using functions in PHP
 Function structure, parameters, and variable scope
 Pass by reference versus pass by value
 Returning values from functions
 Recursion
Object-oriented PHP
 Object-oriented concepts
 Classes, attributes, and operations in PHP
 Instantiation
 Using class attributes
 Calling class operations
 Implementing inheritance
 Tips for proper class design
Building basic site functionality with PHP
 Processing forms
 Populating form elements
 Creating pages based on data in other files
Session control in PHP
 Overview of session control
 Session functionality and the role of cookies in sessions
 Implementing a simple session
 Configuring session control
 Using session control as an authentication mechanism
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

Post by Ree »

Another assignment? :D
someberry
Forum Contributor
Posts: 172
Joined: Mon Apr 11, 2005 5:16 am

Post by someberry »

Ree wrote:Another assignment? :D
Judging by the date I doubt it. Probably a course material list for some kind of course.
Post Reply