Авторизация
Поиск по указателям
Sklar D. — Learning PHP 5
Обсудите книгу на научном форуме
Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Learning PHP 5
Автор: Sklar D.
Аннотация: 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. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. With attention to both PHP 4 and the new PHP version 5, it provides everything from a explanation of how PHP works with your web server and web browser to the ins and outs of working with databases and HTML forms. Written by the co-author of the popular PHP Cookbook, this book is for intelligent (but not necessarily highly-technical) readers. Learning PHP 5 guides you through every aspect of the language you'll need to master for professional web programming results. This book provides a hands-on learning experience complete with exercises to make sure the lessons stick. Learning PHP 5 covers the following topics, and more:
* How PHP works with your web browser and web server
* PHP language basics, including data, variables, logic and looping
* Working with arrays and functions
* Making web forms
* Working with databases like MySQL
* Remembering users with sessions
* Parsing and generating XML
* Debugging
Written by David Sklar, coauthor of the PHP Cookbook and an instructor in PHP, this book offers the ideal classroom learning experience whether you're in a classroom or on your own. From learning how to install PHP to designing database-backed web applications, Learning PHP 5 will guide you through every aspect of the language you'll need to master to achieve professional web programming results.
Язык:
Рубрика: Технология /
Статус предметного указателя: Готов указатель с номерами страниц
ed2k: ed2k stats
Год издания: 2004
Количество страниц: 368
Добавлена в каталог: 14.06.2007
Операции: Положить на полку |
Скопировать ссылку для форума | Скопировать ID
Предметный указатель
rows, returned from SELECT query, ordering
rows, uniquely identifying in tables
rows, updating all or some
rsort( )
RSS (XML format)
RSS (XML format), extending DomDocument to handle RSS feed
RSS (XML format), generating XML documents
RSS (XML format), parsing XML documents
s pattern modifier
sanitizing
sanitizing, externally supplied filenames
sanitizing, externally supplied form input
sanitizing, form data 2nd
SAP DB/MaxDB PHP extension
Schneier, Bruce 2nd
Schwartz, Alan 2nd
scope of variables
screen scraping
Select command
SELECT command, using wildcards with
semicolon (;), ending PHP programs
sequences and unique integer IDs
Server-side languages
Servers
servers, PHP and
servers, sending error messages to error logs 2nd
servers, useful variables for
SERVER_NAME element in $_SERVER auto-global array
session IDs
session.auto_start configuration directive 2nd 3rd
session.gc_maxlifetime configuration directive 2nd
session.gc_probability configuration directive 2nd
Sessions
sessions, activating
sessions, configuring
sessions, idle times of, changing 2nd
sessions, login and user identification
sessions, printing session data
sessions, retrieving information
sessions, saving form data in
sessions, storing data
session_start( )
session_start( ), required to be at top of page
session_start( ), storing session data
setcookie( )
setcookie( ), cookie domain, setting
setcookie( ), deleting
setcookie( ), expiration time for cookies, setting 2nd
setcookie( ), required to be at top of page
setcookie( ), setting paths for
setcookie( ), starting a page with
setErrorHandling( ) 2nd
setFetchMode( ) 2nd
shell_exec( )
Shiflett, Chris
Shockwave/Flash in PHP programs
short open tags
short_open_tag configuration directive
show_calendar( )
show_form( ) 2nd
show_form( ), <select> menu, displaying
show_form( ), displaying calendars
show_form( ), displaying error messages 2nd
show_form( ), saving form data in a session
SimpleXML module
simplexml_load_file( )
simplexml_load_string( ) 2nd
single quotes
single quotes, defining text strings
single quotes, escaping 2nd 3rd
Sklar, David 2nd
SMTP configuration directive
SOAP and Web Services in PHP
Solid PHP extension
sort( )
sorting arrays
Spafford, Gene 2nd
special characters
special characters, escaping in SQL queries
special characters, in double-quoted strings
splitting up strings
Spreadsheet_Excel_Writer package
sprintf( )
SQL
SQL in a Nutshell 2nd
SQL injection attacks 2nd
SQL, wildcards in
sqlite (db_program option)
SQLite database
SQLite database, PHP extension for
start tags (<?php) 2nd 3rd 4th
static methods
storing session data
strcasecmp( ) 2nd
strcmp( )
strftime( )
strftime( ), format characters for
strftime( ), vs. date( )
strict notices from PHP interpreter
String concatenation
string concatenation, . (period) operator 2nd
string concatenation, truth values and
string-keyed arrays, retrieving rows as
strings
Strings, comparing 2nd
strings, comparing numbers and
strings, comparing with strcmp( )
strings, creating, from arrays
strings, defining in PHP
strings, formatting
strings, manipulating case of
strings, putting variables inside
strings, truncating with substr( )
strings, turning into arrays
strings, validating
strip_tags( )
strip_tags( ), preventing cross-site scripting attacks
strlen( )
strlen( ), checking required elements in forms
strpos( )
strtolower( )
strtotime( )
strtotime( ), making epoch timestamps with
strtotime( ), number ranges in forms
strtotime( ), process_form( ) and
strtoupper( )
strtr( ) 2nd
strval( )
str_replace( ) 2nd
substr( ) 2nd
sybase (db_program option)
Sybase PHP extension
syntax highlighting
Tatroe, Kevin 2nd
test expressions
test expressions, assignment vs. comparison
test expressions, for( ) loops and
test expressions, negation operator and
test expressions, return values of functions and
text boxes, setting default values in
text in PHP
time parts
time( )
time( ), cookie expiration times, creating
times [See dates and times]
Timestamps [See epoch timestamps]
tokens used by PHP interpreter
Trachtenberg, Adam 2nd
track_errors configuration directive 2nd
trim( )
trim( ), combining with strlen( )
trim( ), removing newlines
true (truth value)
true (truth value), equality operator and
true (truth value), negation operator and
true (truth value), return values of functions
true (truth value), validating form elements
true (truth value), while( ) and
true (truth value),truncating strings with substr( )
truth values and
T_VARIABLE tokens
ucwords( )
unencrypted passwords, avoid using
Unix, installing PHP interpreter on
unset( ) 2nd
update command
UPDATE command, using wildcards with
Upgrading to PHP 5 2nd 3rd
upload_max_filesize configuration directive 2nd 3rd
URLs
URLs, reading remote files
URLs, writing remote files
usage statistics for PHP
users
users, accounts and file permissions
users, identifying before logging in
users, logging out
users, names of, retrieving from database
validate_form( ) 2nd
validate_form( ), changing values in $_POST
validate_form( ), displaying calendars
validate_form( ), displaying error messages 2nd
validate_form( ), encrypted passwords, using
validate_form( ), processing date/time <select> menus
validate_form( ), retrieving usernames/passwords from database
validate_form( ), saving form data in a session
validate_form( ), username/password acceptability, checking
validate_form( ), \checking submitted value for <select> menu
validating
Validating, email addresses
validating, form data
validating, HTML/JavaScript
validating, number ranges
validating, strings
values of array elements
VARCHAR column type
variables in PHP 2nd 3rd
variables in PHP, acceptable names for
variables in PHP, assigning return values to
variables in PHP, auto-globals 2nd 3rd
variables in PHP, bringing into local scope
variables in PHP, incrementing/decrementing
variables in PHP, putting inside strings
variables in PHP, scope of variables
variables in PHP, truth values for
var_dump( )
warnings from PHP interpreter
wb and wb+ modes for fopen( )
Web browsers
web browsers, get_browser( )
web browsers, PHP and
web browsers, sending error messages to
Web Database Applications with PHP & MySQL 2nd
web pages, retrieving with file_get_contents( )
Web Security, Privacy & Commerce
Web servers
web servers, PHP and
web servers, sending error messages to error logs 2nd
web servers, useful variables for
web-hosting providers and PHP
WHERE clause
WHERE clause, removing some rows from tables
WHERE clause, SQL operators
WHERE clause, updating some rows
while( ) loop 2nd 3rd
whitespace
whitespace, in PHP programs
whitespace, in single-quoted strings
wildcards in SQL
Williams, Hugh E.
Windows
Windows, EasyPHP package
Windows, installing Apache on
Windows, installing PHP interpreter on
word boundary anchors
write permission, testing for
Writing
writing, entire files
writing, parts of files
xb and xb+ modes for fopen( )
XEmacs text editor
XHTML (XML tag set)
XML documents
XML documents, accessing elements in
XML documents, advanced processing
XML documents, generating
XML documents, in existing files, processing
XML documents, on remote servers, loading
XML documents, parsing
XML documents, printing
XML documents, saving
XML documents, transforming to HTML, using XSL
XML documents, vs. HTML
XSLTProcessor class
Zend IDE text editor
[ ] (square brackets)
[ ] (square brackets), creating character classes
[[ ]] (square brackets)
[[ ]] (square brackets), adding array elements with empty brackets
[[ ]] (square brackets), creating arrays
[[ ]] (square brackets), creating multidimensional arrays
[[ ]] (square brackets), multiple values in form elements
\ (backslash) escape character 2nd
\$ special character
\0 .. \777 special characters
\b anchor
\d metacharacter
\n special character
\O special character
\r special character
\s metacharacter
\t special character
\w metacharacter
\x0 .. \xff special characters
\\ (backslashes) special character
^ (caret) anchor
_ (underscore) SQL wildcard
_ _FILE_ _ special constant
_submit_check element 2nd
{ } (curly brackets) quantifier
| (bar)
| (bar), alternation metacharacter
| (bar), logical EITHER/OR operator
|| (two bars) logical OR operator
~ (tilde) logical NOT operator
Реклама