|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocm57304422 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
041221s2004 caua ob 001 0 eng d |
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
|
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
|
029 |
1 |
|
|a DEBSZ
|b 405505108
|
029 |
1 |
|
|a AU@
|b 000066232974
|
029 |
1 |
|
|a AU@
|b 000066533585
|
029 |
1 |
|
|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
|
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
|
082 |
0 |
4 |
|a 005.2/762
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Sklar, David
|c (Software engineer)
|
245 |
1 |
0 |
|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.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|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.
|
505 |
8 |
|
|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.
|
505 |
8 |
|
|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.
|
505 |
8 |
|
|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.
|
505 |
8 |
|
|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.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
0 |
|a Internet programming.
|
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
|
776 |
0 |
8 |
|i Print version:
|a Sklar, David.
|t Learning PHP 5.
|d Sebastopol, CA : O'Reilly, ©2004
|z 0596005601
|w (OCoLC)55950881
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/0596005601/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
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 IZTAP
|