EVERYDAY SAVINGS
Save 20% on books and eBooks every day, no discount code required. Shop now.
Publishers of technology books, eBooks, and videos for creative people
Register your product to gain access to bonus material or receive a coupon.
Students can work on real world examples reinforcing the steps illustrated in the text. Ex.___
Allows students to learn the most important tasks of ASP and get right to work on any project. Ex.___
Visually demonstrates and reinforces the instructions for a particular task as the students work at their computers. Ex.___
Succinct numbered instructions provide a logical approach to learning tasks. Ex.___
Easy for the instructors and students to find a particular task and makes this text useful after the course ends. Ex.___
Calls attention to important features and additional helpful information. Ex.___
Offer author advice, timesaving shortcuts, and pointers for students who want a further understanding of ASP. Ex.___
Many of Peachpit's Visual QuickStart authors are industry-leading teachers and designers, providing students with expert, professional training. Ex.___
All Visual QuickStart Guides are reasonably priced, making them an affordable option for learning multiple software programs. Ex.___
PHP is a powerful (and free) scripting language used to create dynamic Web sites and Web applications. With PHP, Web application developers can perform both simple and complex functions with a few lines of additional code in a standard HTML Web page. PHP is frequently being used to replace forms and functions formerly created by CGI scripts. PHP for the World Wide Web: Visual QuickStart Guide is geared for beginning and intermediate Web developers looking for an introductory guide. The task-based format gets users started with basic syntax, testing scripts, working with variables, creating Web applications, and more. Throughout the book, sample scripts and projects show the readers just what they need to know, and a companion Web site offers every script in this book available for downloading.
Click below for Web Resources related to this title:
Author's Web Site
Click below for the Author's Web Site related to this title:
Author's Web Site
Introduction.
What Is PHP? Why Use PHP? How PHP Works. What You'll Need. About This Book. Companion Website.
Basic Syntax. Sending Data to the Browser. Testing Your Script. Sending Text to the Browser. Sending HTML to the Browser. Using White Space in PHP (and HTML). Adding Comments to Your Script.
What Are Variables? Variable Syntax. Types of Variables. Assigning Values to Variables. Predefined Variables.
Creating a Simple Forms. Using Get or Post. Receiving Data from a Form in PHP. Imputing Data Manually.
Adding, Subtracting, Multiplying, and Dividing. Formatting Numbers. Incrementing and Decrementing a Number. Using Multiple Operators. Using Built-in Mathematical Functions.
Trimming Strings. Connecting Strings (Concatenation). Encoding and Decoding Strings. Encrypting and Decrypting Strings. Pulling Out Parts from a String.
The If Control. More Operators. Using Else. Using Elseif. The Switch Conditional. The While Loop. The For Loop.
Creating an Array. Adding Items to an Array. Accessing Array Elements. Sorting Arrays. Transforming Between Strings and Arrays. Creating an Array from a Form. Creating Multidimensional Arrays.
What are Regular Expressions? Defining a Simple Pattern. Matching Patterns. Defining More Complicated Patters. Matching and Replacing Patterns.
Creating and Using Simple Functions. Creating and Calling Functions that Take Arguments. Creating and Using Functions that Return Value. Variables and Functions.
File Permissions. Writing to Files. Reading from Files. Directories. Handling File Uploads. Renaming and Deleting Files and Directories.
Connecting to and Creating a Database. Creating a Table. Sending Data to a Database. Retrieving Data from a Database.
Creating and Reading from Cookies. Adding Parameters to a Cookie. Deleting a Cookie.
Using Include and Require. Determining the Date and Time. Using HTTP Headers. Sending Email.
Common Errors. Error Reporting and Logging .Debugging Detective Work. Using the Die Statement
Installing on a Linux Server. Installing on a Windows 2000 Server. Configuring.
Cryptography and SSL. Writing Secure PHP. Security Resources.
The PHP Manual. Web Sites and Newsgroups. Database Resources. Advanced Topics. Tables.