PHP 4: dynamische Webseiten mit Apache, PHP und MySQL
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
München
Dt. Taschenbuch-Verl.
2002
|
Ausgabe: | Orig.-Ausg. |
Schriftenreihe: | dtv
50242 : Beck-EDV-Berater im dtv |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 266 S. Ill. |
ISBN: | 3423502428 3406489613 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV014171152 | ||
003 | DE-604 | ||
005 | 20030901 | ||
007 | t | ||
008 | 020227s2002 a||| |||| 00||| ger d | ||
016 | 7 | |a 964288427 |2 DE-101 | |
020 | |a 3423502428 |9 3-423-50242-8 | ||
020 | |a 3406489613 |9 3-406-48961-3 | ||
035 | |a (OCoLC)76314671 | ||
035 | |a (DE-599)BVBBV014171152 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a ger | |
049 | |a DE-19 |a DE-12 |a DE-355 |a DE-384 |a DE-525 |a DE-Bo133 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Taggesell, Dirk |e Verfasser |0 (DE-588)123745276 |4 aut | |
245 | 1 | 0 | |a PHP 4 |b dynamische Webseiten mit Apache, PHP und MySQL |c von Dirk Taggesell |
246 | 1 | 3 | |a PHP4 |
250 | |a Orig.-Ausg. | ||
264 | 1 | |a München |b Dt. Taschenbuch-Verl. |c 2002 | |
300 | |a 266 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a dtv |v 50242 : Beck-EDV-Berater im dtv | |
650 | 7 | |a Datenbank |2 fes | |
650 | 7 | |a Internet |2 fes | |
650 | 0 | 7 | |a PHP |0 (DE-588)4546126-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a PHP 4.0 |0 (DE-588)4584299-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a MySQL |0 (DE-588)4559381-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Apache |g Programm |0 (DE-588)4460947-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a PHP 4.0 |0 (DE-588)4584299-1 |D s |
689 | 0 | 1 | |a Apache |g Programm |0 (DE-588)4460947-4 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a PHP 4.0 |0 (DE-588)4584299-1 |D s |
689 | 1 | 1 | |a MySQL |0 (DE-588)4559381-4 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a PHP |0 (DE-588)4546126-0 |D s |
689 | 2 | |8 1\p |5 DE-604 | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009714757&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-009714757 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804129050469335040 |
---|---|
adam_text | BECK EDV-BERATER PHP4 DYNAMISCHE WEBSEITEN MIT APACHE, PHP UND MYSQL VON
DIRK TAGGESELL DEUTSCHER TASCHENBUCH VERLAG INHALTSVERZEICHNIS VORWORT 9
1. EINFUEHRUNG 11 1.1 DAS PROBLEM 11 1.1.1 ALLGEMEINES ZUM BUCH 12 1.1.2
VORKENNTNISSE 14 1.2 HISTORISCHER ABRISS-WAS IST CGI? 14 1.3 VOM
KLASSISCHEN CGI ZU PHP 16 1.4 WARUM GERADE PHP? 18 2. EINRICHTEN DES
SERVERS 21 2.1 ALLGEMEINES 21 2.2 BENOETIGTE HARDWARE 22 2.3 BENOETIGTE
SOFTWARE 23 2.4 DER WINDOWS-SERVER 24 2.4.1 DOWNLOADS 24 2.4.2
INSTALLIEREN DER TOOLS 25 2.4.3 APACHE-WEBSERVER INSTALLIEREN 25 2.4.4
PHP INSTALLIEREN 30 2.4.5 MYSQL INSTALLIEREN 34 2.5 DER LINUX-SERVER 36
2.5.1 VORAUSSETZUNGEN 37 2.5.2 DIE PAKETE VON SUSE-LINUX BENUTZEN 38
2.5.3 SELBSTGEMACHT 40 2.6 APACHE, PHP UND MYSQL ARBEITEN ZUSAMMEN 45
2.6.1 DAS KONZEPT EINER MODERNEN DATENBANK 46 2.6.2 VORBEREITEN DES
MYSQL-DATENBANK-SERVERS 47 2.6.3 TEST DER ZUSAMMENARBEIT 50 2.7
VERZEICHNISSTRUKTUR DES APACHE-SERVERS 53 INHALTSVERZEICHNIS 2.8 WIE PHP
FUNKTIONIERT 54 2.8.1 MODUL ODER STANDALONE 55 2.8.2 WIE ERKENNT DER
WEBSERVER PHP-CODE? 56 2.8.3 EIN EINFACHES BEISPIEL 56 3. DIE SPRACHE
PHP 61 3.1 SYNTAX UND KAPSELUNG IN HTML 61 3.1.1 KAPSELUNG 61 3.1.2
BEFEHLE 62 3.1.3 KOMMENTARE 63 3.2 VARIABLEN UND DATENTYPEN 64 3.2.1
INTEGER 65 3.2.2 DOUBLE 65 3.2.3 ZEICHENKETTEN - STRINGS 66 3.2.4
ESCAPE-SEQUENZEN 67 3.2.5 ARBEITEN MIT ZEICHENKETTEN 68 3.2.6 SUCHEN UND
ERSETZEN MIT REGULAR EXPRESSIONS 75 3.2.7 REGULAR EXPRESSIONS FUER
DUMMIES 80 3.2.8 LISTE DER WICHTIGSTEN STRINGFUNKTIONEN 82 3.2.9 BOOLEAN
- WAHR ODER FALSCH 90 3.2.10 DATENFELDER-ARRAYS 91 3.2.11 ARBEITEN MIT
ARRAYS 94 3.2.12 LISTE DER WICHTIGSTEN ARRAY-FUNKTIONEN 99 3.2.13
TYPUMWANDLUNG, ERZWINGUNG VON TYPEN 105 3.3 AUSDRUECKE UND OPERATOREN 110
3.3.1 AUSDRUECKE 110 3.3.2 ARITHMETISCHE OPERATOREN 111 3.3.3 ZUWEISUNGEN
112 3.3.4 INKREMENT UND DEKREMENT 113 3.3.5 BIT-OPERATOREN 115 3.3.6
VERGLEICHSOPERATOREN 119 3.3.7 BOOLESCHE VERGLEICHSOPERATIONEN 123 3.3.8
RANGFOLGE DER OPERATOREN 124 3.4 KONTROLLSTRUKTUREN 126 3.4.1 IF UND
ELSE 126 3.4.2 SWITCH UND BREAK 128 INHALTSVERZEICHNIS 3.4.3 WHILE UND
DO WHILE 131 3.4.4 FOR UND FOREACH 133 3.4.5 CONTINUE 136 3.5 FUNKTIONEN
137 3.5.1 IN PHP EINGEBAUTE FUNKTIONEN 137 3.5.2 EIGENE FUNKTIONEN 137
3.5.3 GUELTIGKEIT VON VARIABLEN IN FUNKTIONEN 138 3.5.4 LISTE DER
WICHTIGSTEN MATHEMATISCHEN FUNKTIONEN ... 141 4. WIE MAN AN EIN PROJEKT
HERANGEHT 146 4.1 SOFTWARE-DESIGN 146 4.1.1 PLANUNG IST DAS HALBE LEBEN
146 4.1.2 TEILE UND HERRSCHE 147 4.1.3 DIE TECHNISCHEN DETAILS 149 4.2
DATEIEN ODER DATENBANKEN? 158 4.3 TRENNUNG VON LAYOUT UND INHALT 159 4.4
SICHERHEITSVORKEHRUNGEN 160 4.5 FORMULARE UND DEREN HANDHABUNG 162 4.5.1
DIE DATENUEBERGABE: POST UND GET 163 4.5.2 GET ODER POST - WAS IST
BESSER? 165 4.5.3 EINZEILIGE UND MEHRZELLIGE TEXTEINGABEN 167 4.5.4
MENUES UND AUSWAHLBOXEN 167 4.5.5 VORBELEGUNG VON EINGABEFELDERN 179
4.5.6 INTEGRIERTE FORMULARE 179 4.5.7 ALTERNATIVEN ZU GET UND POST 181
5. PROGRAMMIEREN MIT PHP 183 5.1 DAS ERSTE PROJEKT - EIN EINFACHES
REDAKTIONSSYSTEM 183 5.1.1 DIE NEWS-SEITE 184 5.1.2 DAS
REDAKTIONS-FRONTEND 187 5.1.3 VERZEICHNISSE MIT PASSWORTSCHUTZ 195 5.1.4
ANMERKUNGEN ZUM RS 198 5.1.5 LISTE DER NEUEN FUNKTIONEN 199 5.2 AUSFLUG
NACH SQL 201 5.2.1 DIE WICHTIGSTEN MYSQL-DATENTYPEN 202
INHALTSVERZEICHNIS 5.2.2 DIE ARBEIT MIT MYSQL 204 5.2.3 AUTOINKREMENT
UND SEQUENZEN 209 5.3 EIN REDAKTIONSSYSTEM MIT DATENBANK 210 5.3.1
UEBERLEGUNGEN - EIN SOFTWAREDESIGN 210 5.3.2 DIE INCLUDE-DATEI 213 5.3.3
DIE OEFFENTLICHE ARTIKELLISTE 225 5.3.4 ANZEIGE EINES ARTIKELS 227 5.3.5
DIE ARTIKELLISTE IM REDAKTIONSSYSTEM 230 5.3.6 SEITE ZUM LOESCHEN VON
ARTIKELN 232 5.3.7 EDITIEREN UND EINTRAGEN 234 5.3.8 NOTWENDIGE
ERWEITERUNGEN 238 5.3.9 UNVOLLKOMMENHEITEN UND BESCHRAENKUNGEN 242 5.3.10
NEUE FUNKTIONEN 245 6. ANHANG 248 6.1 DIE PHP-KONFIGURATIONSDATEI 248
6.2 UMGEBUNGSVARIABLEN 252 6.2.1 APACHE-UMGEBUNGSVARIABLEN 252 6.2.2
PHP-VARIABLEN 253 6.3 INFOS IM INTERNET 255 6.3.1 WEBSITES 255 6.3.2
NEWSGRUPPEN 257 6.4 LITERATURHINWEISE 258 6.4.1 BUECHER ZU MYSQL 258
6.4.2 GRUNDLAGEN ZU DATENBANKSYSTEMEN 258 6.4.3 RECHNERSICHERHEIT UNTER
LINUX 258 6.4.4 APACHE-WEBSERVER 259 6.4.5 BUECHER ZU LINUX UND ANDEREN
THEMEN 259 SACHVERZEICHNIS 261
|
any_adam_object | 1 |
author | Taggesell, Dirk |
author_GND | (DE-588)123745276 |
author_facet | Taggesell, Dirk |
author_role | aut |
author_sort | Taggesell, Dirk |
author_variant | d t dt |
building | Verbundindex |
bvnumber | BV014171152 |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)76314671 (DE-599)BVBBV014171152 |
discipline | Informatik |
edition | Orig.-Ausg. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01937nam a2200517 cb4500</leader><controlfield tag="001">BV014171152</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20030901 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">020227s2002 a||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">964288427</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3423502428</subfield><subfield code="9">3-423-50242-8</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3406489613</subfield><subfield code="9">3-406-48961-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)76314671</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV014171152</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-19</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-525</subfield><subfield code="a">DE-Bo133</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="100" ind1="1" ind2=" "><subfield code="a">Taggesell, Dirk</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)123745276</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">PHP 4</subfield><subfield code="b">dynamische Webseiten mit Apache, PHP und MySQL</subfield><subfield code="c">von Dirk Taggesell</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">PHP4</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Orig.-Ausg.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">München</subfield><subfield code="b">Dt. Taschenbuch-Verl.</subfield><subfield code="c">2002</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">266 S.</subfield><subfield code="b">Ill.</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">dtv</subfield><subfield code="v">50242 : Beck-EDV-Berater im dtv</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Datenbank</subfield><subfield code="2">fes</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Internet</subfield><subfield code="2">fes</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PHP</subfield><subfield code="0">(DE-588)4546126-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PHP 4.0</subfield><subfield code="0">(DE-588)4584299-1</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="650" ind1="0" ind2="7"><subfield code="a">Apache</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4460947-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">PHP 4.0</subfield><subfield code="0">(DE-588)4584299-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Apache</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4460947-4</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">PHP 4.0</subfield><subfield code="0">(DE-588)4584299-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><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="689" ind1="2" ind2="0"><subfield code="a">PHP</subfield><subfield code="0">(DE-588)4546126-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</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=009714757&sequence=000001&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-009714757</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV014171152 |
illustrated | Illustrated |
indexdate | 2024-07-09T18:58:58Z |
institution | BVB |
isbn | 3423502428 3406489613 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-009714757 |
oclc_num | 76314671 |
open_access_boolean | |
owner | DE-19 DE-BY-UBM DE-12 DE-355 DE-BY-UBR DE-384 DE-525 DE-Bo133 |
owner_facet | DE-19 DE-BY-UBM DE-12 DE-355 DE-BY-UBR DE-384 DE-525 DE-Bo133 |
physical | 266 S. Ill. |
publishDate | 2002 |
publishDateSearch | 2002 |
publishDateSort | 2002 |
publisher | Dt. Taschenbuch-Verl. |
record_format | marc |
series2 | dtv |
spelling | Taggesell, Dirk Verfasser (DE-588)123745276 aut PHP 4 dynamische Webseiten mit Apache, PHP und MySQL von Dirk Taggesell PHP4 Orig.-Ausg. München Dt. Taschenbuch-Verl. 2002 266 S. Ill. txt rdacontent n rdamedia nc rdacarrier dtv 50242 : Beck-EDV-Berater im dtv Datenbank fes Internet fes PHP (DE-588)4546126-0 gnd rswk-swf PHP 4.0 (DE-588)4584299-1 gnd rswk-swf MySQL (DE-588)4559381-4 gnd rswk-swf Apache Programm (DE-588)4460947-4 gnd rswk-swf PHP 4.0 (DE-588)4584299-1 s Apache Programm (DE-588)4460947-4 s DE-604 MySQL (DE-588)4559381-4 s PHP (DE-588)4546126-0 s 1\p DE-604 GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009714757&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Taggesell, Dirk PHP 4 dynamische Webseiten mit Apache, PHP und MySQL Datenbank fes Internet fes PHP (DE-588)4546126-0 gnd PHP 4.0 (DE-588)4584299-1 gnd MySQL (DE-588)4559381-4 gnd Apache Programm (DE-588)4460947-4 gnd |
subject_GND | (DE-588)4546126-0 (DE-588)4584299-1 (DE-588)4559381-4 (DE-588)4460947-4 |
title | PHP 4 dynamische Webseiten mit Apache, PHP und MySQL |
title_alt | PHP4 |
title_auth | PHP 4 dynamische Webseiten mit Apache, PHP und MySQL |
title_exact_search | PHP 4 dynamische Webseiten mit Apache, PHP und MySQL |
title_full | PHP 4 dynamische Webseiten mit Apache, PHP und MySQL von Dirk Taggesell |
title_fullStr | PHP 4 dynamische Webseiten mit Apache, PHP und MySQL von Dirk Taggesell |
title_full_unstemmed | PHP 4 dynamische Webseiten mit Apache, PHP und MySQL von Dirk Taggesell |
title_short | PHP 4 |
title_sort | php 4 dynamische webseiten mit apache php und mysql |
title_sub | dynamische Webseiten mit Apache, PHP und MySQL |
topic | Datenbank fes Internet fes PHP (DE-588)4546126-0 gnd PHP 4.0 (DE-588)4584299-1 gnd MySQL (DE-588)4559381-4 gnd Apache Programm (DE-588)4460947-4 gnd |
topic_facet | Datenbank Internet PHP PHP 4.0 MySQL Apache Programm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009714757&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT taggeselldirk php4dynamischewebseitenmitapachephpundmysql AT taggeselldirk php4 |