welke server installeren voor php ?

Status
Niet open voor verdere reacties.

shidan

Gebruiker
Lid geworden
8 jan 2007
Berichten
354
goedenavond,

met de vakantie in zicht wil ik mij verdiepen in php.
kan iemand mij zeggen welke server ik het best kan installeren om php op te draaien?
(kleine oefeningen voor thuisgebruik om php aan te leren)

alvast met dank,

shidan

PS

ik ben ook op zoek naar goede tutorials of cursussen (liefste nederlands)
 
Laatst bewerkt:
Voor het lokaal testen van PHP-projecten gebruik ik altijd XAMPP. Deze software verbindt aan je localhost een Apache-server. Mocht je dus echt op een server willen werken dan is Apache het meest gebruikt...
 
zit er al php in deze xampp of moet ik deze er nog eens apart bijsteken?
 
ok thnx

xampp staat erop.
als ik code schrijf in php, in welke map moet ik deze dan stoppen op te kunnen bekijken?
kan ik eventueel ook werken met submappen?
(oef1, oef2, ...)
 
ok thnx

xampp staat erop.
als ik code schrijf in php, in welke map moet ik deze dan stoppen op te kunnen bekijken?
kan ik eventueel ook werken met submappen?
(oef1, oef2, ...)

In mijn evaring met Apache is het de www folder, je kunt hem accessen door je IP intevoeren bij je webbrowser.
Ik heb echter geen evaring met XAMMP. Ja, je kan submappen maken bijv: <IP>/oef1
 
Dit komt uit de readme...:
* QUICK INSTALLATION:

[NOTE: Unpack the package to your USB stick or a partition of your choice. It must be on the highest level like E:\ or W:\. It will build E:\xampp or W:\xampp or something like this.]

Step 1: Please start the "setup_xampp.bat" and beginning the installation. Note: XAMPP makes no entries in the windows registry or adds new system variables.

Step 2: Start Apache with the Control Panel (xampp-control.exe) or with => \xampp\apache_start.bat.
Stop Apache with the Control Panel (xampp-control.exe) or with => \xampp\apache_stop.bat.

Step 3: Start MySQL with the Control Panel (xampp-control.exe) or with => \xampp\mysql_start.bat.
Stop MySQL with the Control Panel (xampp-control.exe) or with => \xampp\mysql_stop.bat.

Step 4: Start your browser and type http://127.0.0.1/ or http://localhost/. You should see our pre-made start page with certain examples and test screens.

Step 5: The root directory (main document) für HTTP(S) is => \xampp\htdocs. PHP files have the extension *.php, SSI *.shtml , CGI *.cgi (e.g. also for Perl scripts), Perl *.pl and ASP *.asp

Step 6: XAMPP UNINSTALL? Simply remove the "XAMPP" directory.
You can also use "uninstall_xampp.bat" to do this task.
 
ok thnx

xampp staat erop.
als ik code schrijf in php, in welke map moet ik deze dan stoppen op te kunnen bekijken?
kan ik eventueel ook werken met submappen?
(oef1, oef2, ...)

Alles wat je upload naar de map htdocs is te benaderen via de webserver. Natuurlijk kun je ook submappen aanmaken.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan