Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Sklar D. — Learning PHP 5
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.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Год издания: 2004

Количество страниц: 368

Добавлена в каталог: 14.06.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
default values, for arguments, specifying
default values, in forms, displaying      
Delete command
DELETE command, using wildcards with
descending order, sorting in
dictionary order, comparing strings using
die( )
dimensions of arrays
display_errors configuration directive      2nd
DOCUMENT_ROOT element in $_SERVER auto-global array
DOM functions, generating XML documents using      2nd
domain (cookie), setting
DomDocument class      
double-quoted strings
double-quoted strings, interpolating
double-quoted strings, interpolating, array element values in
double-quoted strings, interpolating, form data
double-quoted strings, interpolating, variables into
double-quoted strings, special characters in
DROP TABLE command
DSNs (Data Source Names)
DuBois, Paul      
Dynamic HTML: The Definitive Reference
EasyPHP package
elements of arrays      
elements, XML
elements, XML, accessing identically named
elements, XML, changing
elements, XML, generating XML from arrays
elements, XML, printing attributes of
elements, XML, printing contents of
else clause, using with if( )
elseif( ), using with else and if( )
Emacs text editor
email messages
email messages, sending      
email messages, sending confirmation messages for verification      
email messages, validating addresses
Empress PHP extension
empty arrays
encrypting
encrypting, data with mcrypt extension
encrypting, passwords      
end tags (?>)      2nd 3rd
entities, HTML )      [See htmlentities(]
epoch timestamps
epoch timestamps, number ranges in forms      
epoch timestamps, printing formatted time strings
epoch timestamps, processing date/time <select> menus
epoch timestamps, working with date/time values as
ErrorLog Apache configuration setting
Errors
errors, checking query success
errors, checkpoints, adding
errors, connecting to database programs
errors, controlling where they appear
errors, debugging programs      
errors, displaying error messages in forms      2nd
errors, error handling in mysqli extension
errors, in databases, fixing      
errors, in files, checking for
errors, PHP-aware text editors
errors, sending output before setcookie( ) or session_start( ) is called
errors, syntax highlighting
error_log( )
error_reporting configuration directive      2nd 3rd
escapeshellargs( )
escaping
escaping, escape character
escaping, shell metacharacters
escaping, single quotes      2nd 3rd
escaping, special characters
escaping, special characters, in filenames
escaping, special characters, in SQL queries      
escaping, SQL wildcards
Essential PHP Tools
exercises
exercises, answers to      [See answers to exercises]
exercises, Appendix B
exercises, Chapter 10
exercises, Chapter 11
exercises, Chapter 12
exercises, Chapter 2
exercises, Chapter 3
exercises, Chapter 4
exercises, Chapter 5
exercises, Chapter 6
exercises, Chapter 7
exercises, Chapter 8
exercises, Chapter 9
expiration times for cookies, setting      2nd
explode( )      2nd
extension configuration directive
extension_dir configuration directive
external commands, running from inside PHP
E_ALL constant
E_ERROR constant
E_NOTICE constant      
E_PARSE constant
E_STRICT constant
E_WARNING constant
false (truth value)
false (truth value), negation operator and
false (truth value), return values of functions
false (truth value), validating form elements
fatal errors
fbsql (db_program option)
fclose( )
fclose( ), checking for errors from      
feof( )
fetch mode
fetchRow( )
fetchRow( ), changing format of retrieved rows
fetchRow( ), retrieving data from database
fgetcsv( )
fgetcsv( ), checking for errors from
fgets( )
fgets( ), checking for errors from
Files      
files, CSV
files, error checking in      
files, escaping special characters      
files, permissions
files, permissions, inspecting
files, permissions, understanding      
files, reading
files, reading, entire file
files, reading, parts of
files, sanitizing externally supplied names      
files, writing
files, writing, entire file
files, writing, parts of      
file_exists( )      
file_get_contents( )      2nd
file_get_contents( ), checking for errors from      
file_get_contents( ), sanitizing externally supplied filenames
file_put_contents( )      
file_put_contents( ), checking for errors from
file_put_contents( ), return values for      
file_uploads configuration directive      2nd
Fitzgerald, Michael      
Flash movies in PHP programs      
floating-point numbers      
floating-point numbers, arithmetic operators and      
floating-point numbers, checking for, in forms      
floating-point numbers, comparing
floating-point numbers, formatting rules for      
floating-point numbers, truth values of      
floatval( )      
fopen( )      
fopen( ), checking for errors from      
fopen( ), modes for      
for( ) loop      2nd
for( ) loop, looping through multidimensional arrays      
for( ) loop, multidimensional numeric arrays and      
for( ) loop, numeric arrays and      
foreach( ) loop      
foreach( ) loop, debugging programs      
foreach( ) loop, looping through arrays with      
foreach( ) loop, looping through multidimensional arrays      
foreach( ) loop, printing web session data and      
form data      
form data, code example      2nd
form data, floating-point numbers, checking for      
form data, inserting safely      
form data, integers, checking for      
form data, number ranges in      
form data, processing      
form data, required elements, checking      
form data, retrieving safely      
form data, sanitizing      
form data, sanitizing, externally supplied filenames      
form data, sanitizing, externally supplied form input      
form data, saving in a session      
form data, submitting      
form data, uploading files in forms      
form data, validating      
form helper functions      
formatted date or time strings      
formatted numbers, printing      
formatting strings      
Forms      
forms, default values, displaying      
forms, displaying      
forms, error messages, displaying      2nd
forms, multidimensional array syntax, using in      
forms, parameters      
forms, parameters, accessing      
forms, parameters, hidden      
forms, processing with functions      
Friedl, Jeffrey E.F.      2nd
FrontBase PHP extension      
function keyword      
Functions      
functions, calling      
functions, declaring      
functions, form processing with      
functions, global vs. local variables      
functions, helper functions      2nd
functions, multiple return statements in      
functions, passing arguments to      
functions, return values of      
functions, returning arrays from      
functions, returning values from      
fwrite( )      
fwrite( ), checking for errors from      
fwrite( ), CSV files, working with      
fwrite( ), return values for      
Garfinkel, Simson      2nd
GD extension      
getAll( )      
getAll( ), changing format of retrieved rows      
getAll( ), retrieving rows      
getDebugInfo( )      
getMessage( )      
getOne( )      2nd
getRow( )      
get_browser( )      
global keyword      
Global variables      
global variables, accessing from inside functions      
GMP extension for PHP      
Goodman, Danny      
graphics in PHP programs      
greedy quantifiers      
grouping together characters in regular expressions      
header( )      2nd
headers in HTML documents      
Hello World! example      
helper functions for simplifying form element display      2nd
here documents      
here documents, assignment and      
here documents, interpolating variables into      
hidden parameters in forms      
HTML      
HTML & XHTML: The Definitive Guide      2nd
HTML, form example      
HTML, transforming XML to, using XSL      
HTML, validating submitted form data      
HTML, vs. XML      
htmlentities( )      2nd
htmlentities( ), generating XML documents      
htmlentities( ), HTML_QuickForm module      
htmlentities( ), preventing cross-site scripting attacks      2nd
HTML_Common package      
HTML_QuickForm module      
HTML_QuickForm module, installing      
HTTP Developer's Handbook      
httpd.conf file      
HTTP_REFERER element in $_SERVER auto-global array      
HTTP_USER_AGENT element in $_SERVER auto-global array      2nd
i pattern modifier      
ibase (db_program option)      
identifying rows in tables uniquely      
idle times of sessions, changing      2nd
if( )      2nd
if( ), assignment vs. comparison      
if( ), equality operator and      
if( ), extending with else clause      
if( ), extending with elseif( )      
if( ), negation operator and      
if( ), not-equal operator and      
if( ), return values in      2nd
if( ), validating number ranges in forms      
ifx (db_program option)      
imap extension      
implode( )      2nd
include construct      
include_path configuration directive      
incorrect passwords, results of entering      
incrementing variables      
Informix PHP extension      
Ingres II PHP extension      
initialization expressions      
ini_get( )      
ini_set( )      
input_radiocheck( )      
input_select( )      2nd 3rd
input_submit( )      
input_text( )      
input_textarea( )      
insert command      
instances and classes      
INT column type      
integers, checking for, in forms      
InterBase PHP extension      
interpolating      
interpolating, array element values in double-quoted strings      
interpolating, inserting form data      
interpolating, values into queries      
interpolating, variables into strings      
interpolating, with curly braces      2nd 3rd
intval( )      
in_array( )      
is_readable( )      
is_writeable( )      
iteration expressions      
Java extension for PHP      
JavaScript in submitted form data, validating      
Kennedy, Bill      
1 2 3 4
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2025
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте