PHP & MySQL: Schritt für Schritt zur datenbankgestützten Website
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German English |
Veröffentlicht: |
Heidelberg
dpunkt-Verl.
2003
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XVIII, 274 S. Ill. : graph. Darst. |
ISBN: | 3898641988 |
Internformat
MARC
LEADER | 00000nam a22000008c 4500 | ||
---|---|---|---|
001 | BV014799476 | ||
003 | DE-604 | ||
005 | 20040128 | ||
007 | t | ||
008 | 021001s2003 gw ad|| |||| 00||| ger d | ||
016 | 7 | |a 965307018 |2 DE-101 | |
020 | |a 3898641988 |9 3-89864-198-8 | ||
035 | |a (OCoLC)249223045 | ||
035 | |a (DE-599)BVBBV014799476 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 1 | |a ger |h eng | |
044 | |a gw |c DE | ||
049 | |a DE-1049 |a DE-863 |a DE-92 |a DE-859 |a DE-824 |a DE-739 |a DE-355 |a DE-Aug4 |a DE-91G |a DE-20 |a DE-522 |a DE-B768 |a DE-706 |a DE-525 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
084 | |a DAT 614f |2 stub | ||
084 | |a DAT 663f |2 stub | ||
084 | |a DAT 366f |2 stub | ||
100 | 1 | |a Yank, Kevin |e Verfasser |0 (DE-588)124164072 |4 aut | |
240 | 1 | 0 | |a Build your own database driven website using PHP & MySQL |
245 | 1 | 0 | |a PHP & MySQL |b Schritt für Schritt zur datenbankgestützten Website |c Kevin Yank |
246 | 1 | 3 | |a PHP und MySQL |
264 | 1 | |a Heidelberg |b dpunkt-Verl. |c 2003 | |
300 | |a XVIII, 274 S. |b Ill. : graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a MySQL | |
650 | 4 | |a PHP | |
650 | 0 | 7 | |a Website |0 (DE-588)4596172-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a PHP |0 (DE-588)4546126-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 Website |0 (DE-588)4596172-4 |D s |
689 | 0 | 1 | |a PHP |0 (DE-588)4546126-0 |D s |
689 | 0 | 2 | |a MySQL |0 (DE-588)4559381-4 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
689 | 1 | 0 | |a MySQL |0 (DE-588)4559381-4 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010015416&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-010015416 |
Datensatz im Suchindex
DE-BY-863_location | 1911 |
---|---|
DE-BY-FWS_call_number | 1911/2015:0413 |
DE-BY-FWS_katkey | 195518 |
DE-BY-FWS_media_number | 083100819157 |
_version_ | 1808232474589790208 |
adam_text |
INHALTSVERZEICHNIS
VORWORT
ZUR
DEUTSCHSPRACHIGEN
AUSGABE
XIII
EINLEITUNG
XV
1
INSTALLATION
1
1.1
WILLKOMMEN!
.
1
1.2
WINDOWS-INSTALLATION
.
2
1.3
INSTALLATION
UNTER
LINUX
.
9
1.4
KONFIGURATIONSAUFGABEN
NACH
DER
INSTALLATION
.
17
1.5
WENN
AUF
IHREM
WEBHOST
PHP
UND
MYSQL
ZUR
VERFUEGUNG
STEHEN
.
19
1.6
IHR
ERSTES
PHP-SKRIPT
.
20
1.7
ZUSAMMENFASSUNG
.
22
2
MIT
MYSQL
ANFANGEN
23
2.1
EINE
EINFUEHRUNG
IN
DATENBANKEN
.
23
2.2
MIT
MYSQL
VERBINDEN
.
25
2.3
WAS
IST
EIGENTLICH
SQL?
.
27
2.4
EINE
DATENBANK
ANLEGEN
.
28
2.5
EINE
TABELLE
ANLEGEN
.
29
2.6
DATEN
IN
EINE
TABELLE
EINFUEGEN
.
31
2.7
GESPEICHERTE
DATEN
ANSEHEN
.
32
2.8
GESPEICHERTE
DATEN
AENDERN
.
35
2.9
GESPEICHERTE
DATEN
LOESCHEN
.
35
2.10
ZUSAMMENFASSUNG
.
36
VI
3
MIT
PHP
ANFANGEN
37
3.1
EINFUEHRUNG
IN
PHP
.
37
3.2
GRUNDLEGENDE
SYNTAX
UND
BEFEHLE
.
39
3.3
VARIABLEN
UND
OPERATOREN
.
40
3.4
INTERAKTION
MIT
BENUTZERN
UND
FORMULARE
.
42
3.5
KONTROLLSTRUKTUREN
.
45
3.6
MEHRZWECKSEITEN
.
49
3.7
ZUSAMMENFASSUNG
.
53
4
MYSQL-DATEN
IM
WEB
PUBLIZIEREN
55
4.1
EIN
BLICK
ZURUECK
AUF
DIE
GRUNDLEGENDEN
PRINZIPIEN
.
55
4.2
VERBINDUNG
ZU
MYSQL
MIT
PHP
.
57
4.3
SQL-ANFRAGEN
MIT
PHP
ABSCHICKEN
.
59
4.4
SELECT-ERGEBNISSE
VERARBEITEN
.
61
4.5
DATEN
IN
DIE
DATENBANK
EINFUEGEN
.
63
4.6
EINE
HERAUSFORDERUNG
.
66
4.7
ZUSAMMENFASSUNG
.
67
4.8
LOESUNG
DER
HAUSAUFGABE
.
68
5
DESIGN
RELATIONALER
DATENBANKEN
71
5.1
EHRE,
WEM
EHRE
GEBUEHRT
.
71
5.2
DAUMENREGEL:
DINGE
AUSEINANDER
HALTEN
.
73
5.3
MIT
MEHREREN
TABELLEN
ARBEITEN
.
76
5.4
EINFACHE
DATENBEZIEHUNGEN
.
79
5.5
VIELE-ZU-VIELE-BEZIEHUNGEN
.
81
5.6
ZUSAMMENFASSUNG
.
84
6
EIN
CONTENT-MANAGEMENT-SYSTEM
85
6.1
DIE
STARTSEITE
.
86
6.2
AUTOREN
VERWALTEN
.
87
6.3
AUTOREN
LOESCHEN
.
89
6.4
AUTOREN
HINZUFUEGEN
.
90
6.5
AUTOREN
BEARBEITEN
.
91
6.6
KATEGORIEN
VERWALTEN
.
94
6.7
WITZE
VERWALTEN
.
95
6.8
ZUSAMMENFASSUNG
.
106
VII
7
INHALTE
FORMATIEREN
UND
VEROEFFENTLICHEN
109
7.1
RAUS
MIT
DEM
ALTEN
.
110
7.2
REGULAERE
AUSDRUECKE
.
111
7.3
ZEICHENKETTEN
MIT
REGULAEREN
AUSDRUECKEN
ERSETZEN
.
114
7.4
FETTER
UND
KURSIVER
TEXT
.
115
7.5
ABSAETZE
.
115
7.6
HYPERLINKS
.
116
7.7
TEXT
AUF
SEITEN
VERTEILEN
.
118
7.8
ALLES
ZUSAMMENFUEGEN
.
119
7.9
AUTOMATISCHE
VEROEFFENTLICHUNG
VON
INHALTEN
.
120
7.10
ZUSAMMENFASSUNG
.
122
8
MYSQL-ADMINISTRATION
123
8.1
STANDARD-DATENSICHERUNGEN
REICHEN
NICHT
AUS
.
124
8.2
DATENSICHERUNGEN
MIT
MYSQLDUMP
.
125
8.3
INKREMENTELLE
DATENSICHERUNGEN
UNTER
BENUTZUNG
DER
UPDATE-LOGS
.
126
8.4
MYSQL-ZUGRIFFSSTEUERUNG
.
128
8.5
GRANT
BENUTZEN
.
129
8.6
REVOKE
BENUTZEN
.
132
8.7
TIPPS
ZUR
ZUGRIFFSSTEUERUNG
.
133
8.8
AUSGESPERRT?
.
135
8.9
MYSQL-DATEN
PRUEFEN
UND
REPARIEREN
.
136
8.10
ZUSAMMENFASSUNG
.
140
9
FORTGESCHRITTENES
SQL
141
9.1
SELECT-ANFRAGEERGEBNISSE
SORTIEREN
.
141
9.2
LIMITS
SETZEN
.
143
9.3
TABELLEN
SPERREN
(LOCK
TABLES)
.
144
9.4
SPALTEN
UND
TABELLEN-ALIASE
.
146
9.5
SELECT-ERGEBNISSE
GRUPPIEREN
(GROUP)
.
149
9.6
LEFTJOINS
.
151
9.7
ERGEBNISSE
MIT
HA
VING
BEGRENZEN
.
153
9.8
ZUSAMMENFASSUNG
.
155
VIII
10
FORTGESCHRITTENES
PHP
157
10.1
SERVER-SIELE
INCLUDES
MIT
PHP
.
158
10.2
SICHERHEIT
VERBESSERN
MIT
INCLUDES
.
159
10.3
HALB
DYNAMISCHE
SEITEN
.
161
10.4
DATEI-UPLOADS
HANDHABEN
.
165
10.5
EINDEUTIGE
DATEINAMEN
ZUWEISEN
.
168
10.6
HOCHGELADENE
DATEIEN
IN
DER
DATENBANK
FESTHALTEN
.
169
10.7
E-MAIL
IN
PHP
.
170
10.8
ZUSAMMENFASSUNG
.
172
11
BINAERDATEN
IN
MYSQL
SPEICHERN
173
11.1
BINAERE
SPALTENTYPEN
.
173
11.2
DATEIEN
SPEICHERN
.
175
11.3
GESPEICHERTE
DATEIEN
ANSEHEN
.
176
11.4
DAS
KOMPLETTE
SKRIPT
.
179
11.5
UEBERLEGUNGEN
FUER
FORTGESCHRITTENE
.
182
11.6
ZUSAMMENFASSUNG
.
183
12
COOKIES
UND
SESSIONS
IN
PHP
185
12.1
COOKIES
.
185
12.2
PHP-SESSIONS
.
190
12.3
EIN
EINFACHER
ONLINE-SHOP
.
192
12.4
ZUSAMMENFASSUNG
.
198
13
SICHERE
SKRIPTE
MIT
PHP
4.2
199
13.1
WAS
IST
HIER
FALSCH?
.
199
13.2
WAS
IST
NEU
AN
PHP
4.2?
.
200
13.3
ABER
BEDEUTET
DAS
NICHT
MEHR
TIPPARBEIT?
.
203
13.4
WIE
BETRIFFT
DAS
SESSIONS?
.
204
13.5
ZUSAMMENFASSUNG
.
206
EPILOG
207
IX
A
MYSQL-SYNTAX
209
ALTER
TABLE
.
209
ANALYZE
TABLE
.
212
CREATE
DATABASE
.
212
CREATE
TABLE
.
213
CREATE
INDEX
.
213
DELETE
.
215
DESCRIBE
.
215
DROP
DATABASE
.
215
DROP
TABLE
.
216
EXPLAIN
.
216
DROP
INDEX
.
216
INSERT
.
217
GRANT
.
217
LOAD
DATA
INFILE
.
218
LOCK/UNLOCK
TABLES
.
219
RENAME
TABLE
.
220
OPTIMIZE
TABLE
.
220
REPLACE
.
221
REVOKE
.
221
SELECT
.
221
SET
.
227
SHOW
.
228
UPDATE
.
229
USE
.
230
B
MYSQL-FUNKTIONEN
231
ABLAUFSTEUERUNGSFUNKTIONEN
.
231
MATHEMATISCHE
FUNKTIONEN
.
232
ZEICHENKETTENFUNKTIONEN
.
234
DATUMS
UND
ZEITFUNKTIONEN
.
239
VERSCHIEDENE
FUNKTIONEN
.
244
FUNKTIONEN
FUER
GROUP
BY-KLAUSELN
.
246
C
MYSQL-SPALTENTYPEN
249
NUMERISCHE
TYPEN
.
250
ZEICHENKETTENTYPEN
.
252
DATUMS
UND
ZEITTYPEN
.
255
X
D
PHP-FUNKTIONEN
FUER
MYSQL
257
MYSQL_AFFECTED_ROWS
.
257
MYSQL_CONNECT
.
258
MYSQL_CREATE_DB
.
258
MYSQL_CLOSE
.
258
MYSQL_DB_NAME
.
259
MYSQL_DB_QUERY
.
259
MYSQL_DATA_SEEK
.
259
MYSQL_ERRNO
.
260
MYSQL_ERROR
.
260
MYSQL_ESCAPE_STRING
.
260
MYSQL_FETCH_ARRAY
.
260
MYSQL_DROP_DB
.
260
MYSQL_FETCH_ASSOC
.
261
MYSQL_FETCH_FIELD
.
261
MYSQL_FETCH_OBJECT
.
262
MYSQL_FETCH_ROW
.
262
MYSQL_FIELD_FLAGS
.
262
MYSQL_FIELD_NAME
.
262
MYSQL_FETCH_LENGTHS
.
262
MYSQL_FIELD_SEEK
.
263
MYSQL_FIELD_TABLE
.
263
MYSQL_FIELD_TYPE
.
263
MYSQL_FREE_RESULT
.
263
MYSQL_FIELD_LEN
.
263
MYSQL_LIST_DBS
.
264
MYSQL_LIST_FIELDS
.
264
MYSQL_LIST_TABLES
.
264
MYSQL_INSERT_ID
.
264
MYSQL_NUM_ROWS
.
265
MYSQL_PCONNECT
.
265
MYSQL_QUERY
.
265
MYSQL_UNBUFFERED_QUERY
.
265
MYSQL_NUM_FIELDS
.
265
MYSQL_RESULT
.
266
MYSQL_SELECT_DB
.
266
MYSQL_TABLENAME
.
266
MYSQL_GET_HOST_INFO
.
267
MYSQL_GET_PROTO_INFO
.
267
MYSQL_GET_SERVER_INFO
.
267
MYSQL_GET_CL
I
ENT_I
NFO
.
267
INDEX
269 |
any_adam_object | 1 |
author | Yank, Kevin |
author_GND | (DE-588)124164072 |
author_facet | Yank, Kevin |
author_role | aut |
author_sort | Yank, Kevin |
author_variant | k y ky |
building | Verbundindex |
bvnumber | BV014799476 |
classification_rvk | ST 250 ST 253 |
classification_tum | DAT 614f DAT 663f DAT 366f |
ctrlnum | (OCoLC)249223045 (DE-599)BVBBV014799476 |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a22000008c 4500</leader><controlfield tag="001">BV014799476</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20040128</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">021001s2003 gw ad|| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">965307018</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3898641988</subfield><subfield code="9">3-89864-198-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)249223045</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV014799476</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="1" ind2=" "><subfield code="a">ger</subfield><subfield code="h">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1049</subfield><subfield code="a">DE-863</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-859</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-522</subfield><subfield code="a">DE-B768</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-525</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 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 614f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 663f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 366f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Yank, Kevin</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)124164072</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">Build your own database driven website using PHP & MySQL</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">PHP & MySQL</subfield><subfield code="b">Schritt für Schritt zur datenbankgestützten Website</subfield><subfield code="c">Kevin Yank</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">PHP und MySQL</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Heidelberg</subfield><subfield code="b">dpunkt-Verl.</subfield><subfield code="c">2003</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVIII, 274 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="650" ind1=" " ind2="4"><subfield code="a">MySQL</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PHP</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Website</subfield><subfield code="0">(DE-588)4596172-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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">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">Website</subfield><subfield code="0">(DE-588)4596172-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">PHP</subfield><subfield code="0">(DE-588)4546126-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">MySQL</subfield><subfield code="0">(DE-588)4559381-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">1\p</subfield><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="856" ind1="4" ind2="2"><subfield code="m">DNB 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=010015416&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</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><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-010015416</subfield></datafield></record></collection> |
id | DE-604.BV014799476 |
illustrated | Illustrated |
indexdate | 2024-08-24T04:01:08Z |
institution | BVB |
isbn | 3898641988 |
language | German English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-010015416 |
oclc_num | 249223045 |
open_access_boolean | |
owner | DE-1049 DE-863 DE-BY-FWS DE-92 DE-859 DE-824 DE-739 DE-355 DE-BY-UBR DE-Aug4 DE-91G DE-BY-TUM DE-20 DE-522 DE-B768 DE-706 DE-525 |
owner_facet | DE-1049 DE-863 DE-BY-FWS DE-92 DE-859 DE-824 DE-739 DE-355 DE-BY-UBR DE-Aug4 DE-91G DE-BY-TUM DE-20 DE-522 DE-B768 DE-706 DE-525 |
physical | XVIII, 274 S. Ill. : graph. Darst. |
publishDate | 2003 |
publishDateSearch | 2003 |
publishDateSort | 2003 |
publisher | dpunkt-Verl. |
record_format | marc |
spellingShingle | Yank, Kevin PHP & MySQL Schritt für Schritt zur datenbankgestützten Website MySQL PHP Website (DE-588)4596172-4 gnd PHP (DE-588)4546126-0 gnd MySQL (DE-588)4559381-4 gnd |
subject_GND | (DE-588)4596172-4 (DE-588)4546126-0 (DE-588)4559381-4 |
title | PHP & MySQL Schritt für Schritt zur datenbankgestützten Website |
title_alt | Build your own database driven website using PHP & MySQL PHP und MySQL |
title_auth | PHP & MySQL Schritt für Schritt zur datenbankgestützten Website |
title_exact_search | PHP & MySQL Schritt für Schritt zur datenbankgestützten Website |
title_full | PHP & MySQL Schritt für Schritt zur datenbankgestützten Website Kevin Yank |
title_fullStr | PHP & MySQL Schritt für Schritt zur datenbankgestützten Website Kevin Yank |
title_full_unstemmed | PHP & MySQL Schritt für Schritt zur datenbankgestützten Website Kevin Yank |
title_short | PHP & MySQL |
title_sort | php mysql schritt fur schritt zur datenbankgestutzten website |
title_sub | Schritt für Schritt zur datenbankgestützten Website |
topic | MySQL PHP Website (DE-588)4596172-4 gnd PHP (DE-588)4546126-0 gnd MySQL (DE-588)4559381-4 gnd |
topic_facet | MySQL PHP Website |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=010015416&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT yankkevin buildyourowndatabasedrivenwebsiteusingphpmysql AT yankkevin phpmysqlschrittfurschrittzurdatenbankgestutztenwebsite AT yankkevin phpundmysql |
Inhaltsverzeichnis
Würzburg Magazin
Signatur: |
1911 2015:0413 |
---|---|
Exemplar 1 | ausleihbar Verfügbar Bestellen |