Die Suche ergab 140 Treffer
- 23.07.2006 15:04
- Forum: Coding & Technik
- Thema: C++ Library: HTTP
- Antworten: 0
- Zugriffe: 768
C++ Library: HTTP
Kennt jemand eine C++ Lbrary für Übertragungen über das HTTP-Protokoll um Seiten aus dem Internet abzurufen?
- 20.07.2006 09:40
- Forum: Coding & Technik
- Thema: Datensatz"arten" zählen
- Antworten: 3
- Zugriffe: 1460
- 07.07.2006 11:10
- Forum: Coding & Technik
- Thema: Rechenoperator Schalter: Negativ / Positiv ?
- Antworten: 11
- Zugriffe: 2406
- 04.07.2006 13:17
- Forum: Coding & Technik
- Thema: Templateprogrammierung
- Antworten: 8
- Zugriffe: 3282
Re: Templateprogrammierung
main.htm
<div id="Inhalt"><@inhalt@></div> base.inc.php
$base['inhalt'] = 'texttexttexttext';
$base['template'] = 'templates/main.htm'; index.php
$template = str_replace('<@inhalt@>',$base['inhalt'],$template);
Wieso steht in der index.php bei der zu ersetztenden stelle $template? Müsste da ...
<div id="Inhalt"><@inhalt@></div> base.inc.php
$base['inhalt'] = 'texttexttexttext';
$base['template'] = 'templates/main.htm'; index.php
$template = str_replace('<@inhalt@>',$base['inhalt'],$template);
Wieso steht in der index.php bei der zu ersetztenden stelle $template? Müsste da ...
- 01.07.2006 15:17
- Forum: Coding & Technik
- Thema: Apache & PHP
- Antworten: 0
- Zugriffe: 773
Apache & PHP
Ich hab mir jetzt einen Apache installiert und wollte im PHP beibringen. Folgende Zeilen habe ich eingefügt.
#
# PHP5 Konfiguration Anfang
#
LoadModule php5_module "D:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "D:/php"
#
# PHP5 Konfiguration Ende
#
Er sagt mir in der ...
#
# PHP5 Konfiguration Anfang
#
LoadModule php5_module "D:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "D:/php"
#
# PHP5 Konfiguration Ende
#
Er sagt mir in der ...
- 29.06.2006 14:46
- Forum: Coding & Technik
- Thema: Microsoft Visual Basic 2005 Express Edition
- Antworten: 5
- Zugriffe: 1836
- 29.06.2006 07:13
- Forum: Coding & Technik
- Thema: Microsoft Visual Basic 2005 Express Edition
- Antworten: 5
- Zugriffe: 1836
- 28.06.2006 17:35
- Forum: Coding & Technik
- Thema: Microsoft Visual Basic 2005 Express Edition
- Antworten: 5
- Zugriffe: 1836
Microsoft Visual Basic 2005 Express Edition
Kennt jemand ein tutorial für Microsoft Visual Basic 2005 Express Edition?
- 28.06.2006 13:24
- Forum: Coding & Technik
- Thema: Eigener Server zu hause!
- Antworten: 25
- Zugriffe: 6092
- 23.06.2006 19:16
- Forum: Coding & Technik
- Thema: Treiber: com.mysql.jdbc.Driver
- Antworten: 3
- Zugriffe: 761