JavaScript Editor Javascript source editor     Web programming 



Team LiB
Previous Section Next Section

Part III: Getting Involved with the Code

 

Chapter 9 Working with Strings, Dates, and Times

 

Chapter 10 Working with Forms

 

Chapter 11 Working with Cookies and User Sessions

 

Chapter 12 Working with Files and Directories

 

Chapter 13 Working with the Server Environment

 

Chapter 14 Working with Images

    Team LiB
    Previous Section Next Section


              Chapter 9.  Working with Strings, Dates, and Times
          Formatting Strings with PHP
          Investigating Strings in PHP
          Manipulating Strings with PHP
          Using Date and Time Functions in PHP
          Summary
          Q&A
          Workshop
              Chapter 10.  Working with Forms
          Creating a Simple Input Form
          Accessing Form Input with User-Defined Arrays
          Combining HTML and PHP Code on a Single Page
          Using Hidden Fields to Save State
          Redirecting the User
          Sending Mail on Form Submission
          Working with File Uploads
          Summary
          Workshop
              Chapter 11.  Working with Cookies and User Sessions
          Introducing Cookies
          Setting a Cookie with PHP
          Session Function Overview
          Starting a Session
          Working with Session Variables
          Passing Session IDs in the Query String
          Destroying Sessions and Unsetting Variables
          Using Sessions in an Environment with Registered Users
          Summary
          Q&A
          Workshop
              Chapter 12.  Working with Files and Directories
          Including Files with include()
          Validating Files
          Creating and Deleting Files
          Opening a File for Writing, Reading, or Appending
          Reading from Files
          Writing or Appending to a File
          Working with Directories
          Summary
          Q&A
          Workshop
              Chapter 13.  Working with the Server Environment
          Opening Pipes to and from Processes Using popen()
          Running Commands with exec()
          Running Commands with system() or passthru()
          Summary
          Q&A
          Workshop
              Chapter 14.  Working with Images
          Understanding the Image-Creation Process
          Necessary Modifications to PHP
          Drawing a New Image
          Getting Fancy with Pie Charts
          Modifying Existing Images
          Image Creation from User Input
          Summary
          Q&A
          Workshop


    JavaScript Editor Javascript source editor     Web programming

    
    R7