Ik installeer voor het eerst PHP met SQL volgens deze handleiding: Build your own Database Driven Website using PHP & MySQL - Part 1: Installation
Ik heb geen IIS geïnstalleerd staan en blijkbaar kan ik deze ook niet installeren, omdat deze niet bij toevoegen van windows onderdelen stond (Windows XP Home SP1). Ik moest dus apache 1.3 installeren (dit werd aanbevolen).
apache 1.3 zou alles goed ingesteld moeten hebben, ik hoefde alleen nog 3 zinnen toe te voegen aan httpd.conf: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps
Die heb ik als volgt toegevoegd:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
Als ik nou de apache 1.3 server herstart krijg een fout:
Syntax error on line 987 of c:/program files/apache group/conf/httpd.conf:
Cannot load c:/php/sapi/php4apache.dll into server: (126) Kan opgegeven module niet vinden:
Note the error or message above, and press the <ESC> key to exit.
Als ik de regel niet in drieën knip en gewoon alles achter elkaar laat staan krijg ik de volgende fout:
Syntax error on line 987 of c:/program files/apache group/conf/httpd.conf:
LoadModule takes two arguments, a module name and the name of a shared object file to load it from
Note the error or message above, and press the <ESC> key to exit.
PHP staat geïnstalleerd in C:\PHP
Deze bestaat ook gewoon: C:\Program Files\Apache Group\Apache
Waarom werkt dit niet? Ik ben nog een leek op PHP & SQL gebied.
Zoeken naar oplossingen maakte het alleen maar onduidelijker...
Ik heb geen IIS geïnstalleerd staan en blijkbaar kan ik deze ook niet installeren, omdat deze niet bij toevoegen van windows onderdelen stond (Windows XP Home SP1). Ik moest dus apache 1.3 installeren (dit werd aanbevolen).
apache 1.3 zou alles goed ingesteld moeten hebben, ik hoefde alleen nog 3 zinnen toe te voegen aan httpd.conf: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps
Die heb ik als volgt toegevoegd:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
Als ik nou de apache 1.3 server herstart krijg een fout:
Syntax error on line 987 of c:/program files/apache group/conf/httpd.conf:
Cannot load c:/php/sapi/php4apache.dll into server: (126) Kan opgegeven module niet vinden:
Note the error or message above, and press the <ESC> key to exit.
Als ik de regel niet in drieën knip en gewoon alles achter elkaar laat staan krijg ik de volgende fout:
Syntax error on line 987 of c:/program files/apache group/conf/httpd.conf:
LoadModule takes two arguments, a module name and the name of a shared object file to load it from
Note the error or message above, and press the <ESC> key to exit.
PHP staat geïnstalleerd in C:\PHP
Deze bestaat ook gewoon: C:\Program Files\Apache Group\Apache
Waarom werkt dit niet? Ik ben nog een leek op PHP & SQL gebied.
Zoeken naar oplossingen maakte het alleen maar onduidelijker...
My Laptop Specificaties vs My Desktop Specificaties