Learning PHP 5
(eBook)

Book Cover
Average Rating
Published
Sebastopol, CA : O'Reilly, ©2004.
Format
eBook
ISBN
9780596517366, 059651736X, 9780596555351, 0596555350
Physical Desc
1 online resource (xviii, 350 pages) : illustrations
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English

Notes

General Note
1st ed., 2004.
General Note
"A pain-free introduction to building interactive web sites."
Bibliography
Includes bibliographical references and index.
Description
PHP has gained a following among non-technical web designers who need to add interactive aspects to their sites. Offering a gentle learning curve, PHP is an accessible yet powerful language for creating dynamic web pages. As its popularity has grown, PHP's basic feature set has become increasingly more sophisticated. Now PHP 5 boasts advanced features--such as new object-oriented capabilities and support for XML and Web Services--that will please even the most experienced web professionals while still remaining user-friendly enough for those with a lower tolerance for technical jargon.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Sklar, D. (2004). Learning PHP 5 . O'Reilly.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Sklar, David. 2004. Learning PHP 5. O'Reilly.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Sklar, David. Learning PHP 5 O'Reilly, 2004.

MLA Citation, 9th Edition (style guide)

Sklar, David. Learning PHP 5 O'Reilly, 2004.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
100b934e-9a30-1305-b3bb-2aaa8f7e0d6a-eng
Go To Grouped Work

Grouping Information

Grouped Work ID100b934e-9a30-1305-b3bb-2aaa8f7e0d6a-eng
Full titlelearning php 5
Authorsklar david
Grouping Categorybook
Last Update2023-12-11 15:41:25PM
Last Indexed2024-03-29 02:09:37AM

Book Cover Information

Image Sourcesyndetics
First LoadedJul 7, 2022
Last UsedMar 21, 2024

Marc Record

First DetectedNov 09, 2022 03:37:12 PM
Last File Modification TimeDec 11, 2023 03:42:05 PM

MARC Record

LEADER06593cam a2200721Ia 4500
001ocm57304422 
003OCoLC
00520231006123411.0
006m     o  d        
007cr unu||||||||
008041221s2004    caua    ob    001 0 eng d
019 |a 326552885|a 774401960|a 863821417|a 1056376735|a 1064117677
020 |a 9780596517366|q (electronic bk.)
020 |a 059651736X|q (electronic bk.)
020 |a 9780596555351|q (electronic bk.)
020 |a 0596555350|q (electronic bk.)
020 |z 0596005601
020 |z 9780596005603
0291 |a DEBSZ|b 405505108
0291 |a AU@|b 000066232974
0291 |a AU@|b 000066533585
0291 |a AU@|b 000067112492
035 |a (OCoLC)57304422|z (OCoLC)326552885|z (OCoLC)774401960|z (OCoLC)863821417|z (OCoLC)1056376735|z (OCoLC)1064117677
037 |a A23F8FBF-754E-4947-9FB2-8A7F9C64B0BA|b OverDrive, Inc.|n http://www.overdrive.com
040 |a OCL|b eng|e pn|c OCL|d OCLCQ|d GZM|d OCLCQ|d CUSER|d N$T|d TEFOD|d OCLCQ|d OCLCF|d OCLCO|d OCLCQ|d YDXCP|d EBLCP|d DEBSZ|d TEFOD|d OCLCQ|d IYU|d OCLCQ|d MOQ|d CEF|d WYU|d AU@|d OCLCQ|d UKAHL|d OCLCQ|d OCLCO|d OCLCQ
049 |a TKLA
050 4|a QA76.73.P224|b S55 2004
072 7|a COM|x 051260|2 bisacsh
072 7|a COM|x 051420|2 bisacsh
08204|a 005.2/762|2 22
1001 |a Sklar, David|c (Software engineer)|0 http://id.loc.gov/authorities/names/no2016068240
24510|a Learning PHP 5 /|c David Sklar.
260 |a Sebastopol, CA :|b O'Reilly,|c ©2004.
300 |a 1 online resource (xviii, 350 pages) :|b illustrations
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
500 |a 1st ed., 2004.
500 |a "A pain-free introduction to building interactive web sites."
504 |a Includes bibliographical references and index.
5050 |a Table of Contents; Preface; Who This Book Is For; Contents of This Book; Other Resources; Conventions Used in This Book; Programming Conventions; Typographical Conventions; Using Code Examples; Comments and Questions; Acknowledgments; Orientation and First Steps; PHP's Place in the Web World; What's So Great About PHP?; PHP Is Free (as in Money); PHP Is Free (as in Speech); PHP Is Cross-Platform; PHP Is Widely Used; PHP Hides Its Complexity; PHP Is Built for Web Programming; PHP in Action; Basic Rules of PHP Programs; Start and End Tags; Whitespace and Case-Sensitivity; Comments.
5058 |a Chapter SummaryWorking with Text and Numbers; Text; Defining Text Strings; Manipulating Text; Validating strings; Formatting text; Numbers; Using Different Kinds of Numbers; Arithmetic Operators; Variables; Operating on Variables; Putting Variables Inside Strings; Chapter Summary; Exercises; Making Decisions and Repeating Yourself; Understanding true and false; Making Decisions; Building Complicated Decisions; Repeating Yourself; Chapter Summary; Exercises; Working with Arrays; Array Basics; Creating an Array; Choosing a Good Array Name; Creating a Numeric Array; Finding the Size of an Array.
5058 |a Looping Through ArraysModifying Arrays; Sorting Arrays; Using Multidimensional Arrays; Chapter Summary; Exercises; Functions; Declaring and Calling Functions; Passing Arguments to Functions; Returning Values from Functions; Understanding Variable Scope; Chapter Summary; Exercises; Making Web Forms; Useful Server Variables; Accessing Form Parameters; Form Processing with Functions; Validating Data; Required Elements; Numeric or String Elements; Number Ranges; Email Addresses; Menus; HTML and JavaScript; Beyond Syntax; Displaying Default Values; Putting It All Together; Chapter Summary.
5058 |a ExercisesStoring Information with Databases; Organizing Data in a Database; Connecting to a Database Program; Creating a Table; Putting Data into the Database; Inserting Form Data Safely; Generating Unique IDs; A Complete Data Insertion Form; Retrieving Data from the Database; Changing the Format of Retrieved Rows; Retrieving Form Data Safely; A Complete Data Retrieval Form; MySQL Without PEAR DB; Chapter Summary; Exercises; Remembering Users with Cookies and Sessions; Working with Cookies; Activating Sessions; Storing and Retrieving Information; Configuring Sessions.
5058 |a Login and User IdentificationWhy setcookie() and session_start() Want to Be at the Top of the Page; Chapter Summary; Exercises; Handling Dates and Times; Displaying the Date or Time; Parsing a Date or Time; Dates and Times in Forms; A Single Menu with One Choice Per Day; Multiple Menus for Month, Day, and Year; Multiple Menus for Hour and Minute; Processing Date and Time Menus; Displaying a Calendar; Chapter Summary; Exercises; Working with Files; Understanding File Permissions; Reading and Writing Entire Files; Reading a File; Writing a File; Reading and Writing Parts of Files.
520 |a PHP has gained a following among non-technical web designers who need to add interactive aspects to their sites. Offering a gentle learning curve, PHP is an accessible yet powerful language for creating dynamic web pages. As its popularity has grown, PHP's basic feature set has become increasingly more sophisticated. Now PHP 5 boasts advanced features--such as new object-oriented capabilities and support for XML and Web Services--that will please even the most experienced web professionals while still remaining user-friendly enough for those with a lower tolerance for technical jargon.
5880 |a Print version record.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a PHP (Computer program language)|0 http://id.loc.gov/authorities/subjects/sh99002710
650 0|a Internet programming.|0 http://id.loc.gov/authorities/subjects/sh96009904
650 6|a PHP (Langage de programmation)
650 6|a Programmation Internet.
650 7|a COMPUTERS|x Programming Languages|x JavaScript.|2 bisacsh
650 7|a COMPUTERS|x Programming Languages|x VBScript.|2 bisacsh
650 7|a Internet programming.|2 fast|0 (OCoLC)fst00977281
650 7|a PHP (Computer program language)|2 fast|0 (OCoLC)fst01049847
77608|i Print version:|a Sklar, David.|t Learning PHP 5.|d Sebastopol, CA : O'Reilly, ©2004|z 0596005601|w (OCoLC)55950881
85640|u https://ezproxy.knoxlib.org/login?url=https://learning.oreilly.com/library/view/~/0596005601/?ar
938 |a Askews and Holts Library Services|b ASKH|n AH26837857
938 |a ProQuest Ebook Central|b EBLB|n EBL540553
938 |a EBSCOhost|b EBSC|n 415514
938 |a YBP Library Services|b YANK|n 7427876
994 |a 92|b TKL