PHP and MySQL manual: simple, yet powerful web programming
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
London [u.a.]
Springer
2004
|
Schriftenreihe: | Springer professional computing
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | VIII, 589 S. Ill., graph. Darst. |
ISBN: | 1852337478 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV017473822 | ||
003 | DE-604 | ||
005 | 20080205 | ||
007 | t | ||
008 | 030902s2004 ad|| |||| 00||| ger d | ||
016 | 7 | |a 968632432 |2 DE-101 | |
020 | |a 1852337478 |9 1-85233-747-8 | ||
035 | |a (OCoLC)249452710 | ||
035 | |a (DE-599)BVBBV017473822 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
049 | |a DE-824 |a DE-573 |a DE-384 |a DE-11 | ||
050 | 0 | |a QA76.73.S67 | |
082 | 0 | |a 006.76 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 252 |0 (DE-625)143627: |2 rvk | ||
084 | |a ST 271 |0 (DE-625)143639: |2 rvk | ||
100 | 1 | |a Stobart, Simon |e Verfasser |4 aut | |
245 | 1 | 0 | |a PHP and MySQL manual |b simple, yet powerful web programming |c Simon Stobart and Mike Vassileiou |
264 | 1 | |a London [u.a.] |b Springer |c 2004 | |
300 | |a VIII, 589 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Springer professional computing | |
650 | 4 | |a Dynamische Web-Seite - Gestaltung - PHP 5.0 | |
650 | 4 | |a MySQL | |
650 | 4 | |a Internet programming | |
650 | 4 | |a PHP (Computer program language) | |
650 | 4 | |a SQL (Computer program language) | |
650 | 0 | 7 | |a PHP 5.0 |0 (DE-588)4763174-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Gestaltung |0 (DE-588)4157139-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Dynamische Web-Seite |0 (DE-588)4481830-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a MySQL |0 (DE-588)4559381-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Dynamische Web-Seite |0 (DE-588)4481830-0 |D s |
689 | 0 | 1 | |a Gestaltung |0 (DE-588)4157139-3 |D s |
689 | 0 | 2 | |a PHP 5.0 |0 (DE-588)4763174-0 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a MySQL |0 (DE-588)4559381-4 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a Vassileiou, Mike |e Verfasser |4 aut | |
856 | 4 | 2 | |m Digitalisierung UB Augsburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010526836&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-010526836 |
Datensatz im Suchindex
_version_ | 1804130275612950529 |
---|---|
adam_text | Contents
Part
1 ·
Getting Started
............................. 1
1
Introduction
..................................... 3
2
Introduction to PHP
.................................. 7
3
Environment Installation, Help and Assistance
....................... 13
4
Your First PHP Program
................................. 21
5
PHP Fundamentals
.................................. 29
Part
2 ·
Basic Language Constructs
........................ 35
6
Introduction to Variables
................................ 37
7
Boolean, Integer and Floating Point Types
......................... 45
8
Strings
........................................ 51
9
Predefined PHP Variables
................................ 61
10
Expressions, Operands and Operators
........................... 71
11
If and Switch Constructs
................................ 83
12
Loops
........................................ 93
13
Functions and Includes
................................. 103
14
Arrays
........................................ 117
15
Dates, Times and Random Numbers
........................... 135
Part3
·
Manipulating Arrays and Strings
..................... 149
16
Array Manipulation
.................................. 151
17
String Manipulation
.................................. 171
Part4
·
User Interaction
............................. 187
18
Interacting with the User
................................ 189
19
Form Validation and Data Retention
........................... 209
20
Security Issues
.................................... 235
21
E-mailing
Users
.................................... 245
Part
5 ·
Retaining Data Across Pages
....................... 257
22
Cookies
....................................... 259
23
Session Management
................................. 269
viii Contents
Parto
·
Handling Errors and Buffering
. ..................... 279
24
Error Handling
.................................... 281
25
Output Buffering
................................... 299
Part7
·
File Handling
.............................. 309
26
Reading and Writing to Files
.............................. 311
27
More File Handling
.................................. 325
28
File Uploading Using Forms
............................... 339
Part8
·
Graphics
................................ 355
29
Simple Image Manipulation
............................... 357
30
GD Library
...................................... 369
31
A Useful Dynamic Image
................................ 403
Part
9 ·
PDF Library Extension
.......................... 423
32
Creating PDF Documents
................................ 425
PartiO
·
MySQL Database Management
..................... 453
33
Databases and Table Design
............................... 455
34
MySQL Database and PHPMyAdmin Installation
...................... 461
35
Creating Databases Using PHPMyAdmin
......................... 475
36
Accessing MySQL Using PHP
.............................. 483
Part
Π
·
Classes and Objects Concepts
...................... 499
37
Classes and Objects
.................................. 501
38
Class Inheritance
................................... 523
Part
12 ·
An E-Commerce Application
...................... 549
39
3:Phase E-Commerce System
.............................. 551
40
3:Phase E-Commerce System-Administration
....................... 569
|
any_adam_object | 1 |
author | Stobart, Simon Vassileiou, Mike |
author_facet | Stobart, Simon Vassileiou, Mike |
author_role | aut aut |
author_sort | Stobart, Simon |
author_variant | s s ss m v mv |
building | Verbundindex |
bvnumber | BV017473822 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.S67 |
callnumber-search | QA76.73.S67 |
callnumber-sort | QA 276.73 S67 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 ST 252 ST 271 |
ctrlnum | (OCoLC)249452710 (DE-599)BVBBV017473822 |
dewey-full | 006.76 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.76 |
dewey-search | 006.76 |
dewey-sort | 16.76 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02054nam a2200541 c 4500</leader><controlfield tag="001">BV017473822</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080205 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">030902s2004 ad|| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">968632432</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1852337478</subfield><subfield code="9">1-85233-747-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)249452710</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV017473822</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-824</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.S67</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.76</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 252</subfield><subfield code="0">(DE-625)143627:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 271</subfield><subfield code="0">(DE-625)143639:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Stobart, Simon</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">PHP and MySQL manual</subfield><subfield code="b">simple, yet powerful web programming</subfield><subfield code="c">Simon Stobart and Mike Vassileiou</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">London [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2004</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">VIII, 589 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Springer professional computing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Dynamische Web-Seite - Gestaltung - PHP 5.0</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">MySQL</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Internet programming</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PHP (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">SQL (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PHP 5.0</subfield><subfield code="0">(DE-588)4763174-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Gestaltung</subfield><subfield code="0">(DE-588)4157139-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Dynamische Web-Seite</subfield><subfield code="0">(DE-588)4481830-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">MySQL</subfield><subfield code="0">(DE-588)4559381-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Dynamische Web-Seite</subfield><subfield code="0">(DE-588)4481830-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Gestaltung</subfield><subfield code="0">(DE-588)4157139-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">PHP 5.0</subfield><subfield code="0">(DE-588)4763174-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">MySQL</subfield><subfield code="0">(DE-588)4559381-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Vassileiou, Mike</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Augsburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010526836&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-010526836</subfield></datafield></record></collection> |
id | DE-604.BV017473822 |
illustrated | Illustrated |
indexdate | 2024-07-09T19:18:27Z |
institution | BVB |
isbn | 1852337478 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-010526836 |
oclc_num | 249452710 |
open_access_boolean | |
owner | DE-824 DE-573 DE-384 DE-11 |
owner_facet | DE-824 DE-573 DE-384 DE-11 |
physical | VIII, 589 S. Ill., graph. Darst. |
publishDate | 2004 |
publishDateSearch | 2004 |
publishDateSort | 2004 |
publisher | Springer |
record_format | marc |
series2 | Springer professional computing |
spelling | Stobart, Simon Verfasser aut PHP and MySQL manual simple, yet powerful web programming Simon Stobart and Mike Vassileiou London [u.a.] Springer 2004 VIII, 589 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Springer professional computing Dynamische Web-Seite - Gestaltung - PHP 5.0 MySQL Internet programming PHP (Computer program language) SQL (Computer program language) PHP 5.0 (DE-588)4763174-0 gnd rswk-swf Gestaltung (DE-588)4157139-3 gnd rswk-swf Dynamische Web-Seite (DE-588)4481830-0 gnd rswk-swf MySQL (DE-588)4559381-4 gnd rswk-swf Dynamische Web-Seite (DE-588)4481830-0 s Gestaltung (DE-588)4157139-3 s PHP 5.0 (DE-588)4763174-0 s DE-604 MySQL (DE-588)4559381-4 s Vassileiou, Mike Verfasser aut Digitalisierung UB Augsburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010526836&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Stobart, Simon Vassileiou, Mike PHP and MySQL manual simple, yet powerful web programming Dynamische Web-Seite - Gestaltung - PHP 5.0 MySQL Internet programming PHP (Computer program language) SQL (Computer program language) PHP 5.0 (DE-588)4763174-0 gnd Gestaltung (DE-588)4157139-3 gnd Dynamische Web-Seite (DE-588)4481830-0 gnd MySQL (DE-588)4559381-4 gnd |
subject_GND | (DE-588)4763174-0 (DE-588)4157139-3 (DE-588)4481830-0 (DE-588)4559381-4 |
title | PHP and MySQL manual simple, yet powerful web programming |
title_auth | PHP and MySQL manual simple, yet powerful web programming |
title_exact_search | PHP and MySQL manual simple, yet powerful web programming |
title_full | PHP and MySQL manual simple, yet powerful web programming Simon Stobart and Mike Vassileiou |
title_fullStr | PHP and MySQL manual simple, yet powerful web programming Simon Stobart and Mike Vassileiou |
title_full_unstemmed | PHP and MySQL manual simple, yet powerful web programming Simon Stobart and Mike Vassileiou |
title_short | PHP and MySQL manual |
title_sort | php and mysql manual simple yet powerful web programming |
title_sub | simple, yet powerful web programming |
topic | Dynamische Web-Seite - Gestaltung - PHP 5.0 MySQL Internet programming PHP (Computer program language) SQL (Computer program language) PHP 5.0 (DE-588)4763174-0 gnd Gestaltung (DE-588)4157139-3 gnd Dynamische Web-Seite (DE-588)4481830-0 gnd MySQL (DE-588)4559381-4 gnd |
topic_facet | Dynamische Web-Seite - Gestaltung - PHP 5.0 MySQL Internet programming PHP (Computer program language) SQL (Computer program language) PHP 5.0 Gestaltung Dynamische Web-Seite |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010526836&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT stobartsimon phpandmysqlmanualsimpleyetpowerfulwebprogramming AT vassileioumike phpandmysqlmanualsimpleyetpowerfulwebprogramming |