Débutant dans le serveur WampServer local
Bonsoir,
J'aimerais créer mon propre site et je suis un novice dans le php, j'ai donc installer WampServer pour pouvoir tester ce type de système et php avec sa base de donnée MySQL. Je n'utilise pas de téléchargement ni de Skype. En raison des ports qu'ils puissent utiliser.
Message d'erreur
Citation:
Could not execue menu (internal error) [Exeption] Could not execute run action:
Le nom du répertoire est incorrect.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| # Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 lilicakedesign.dev |
Pourriez-vous m'aider dans l'installation de ce serveur local Wampserver.
Cordialement.
Débutant dans le serveur WampServer local
Bonsoir,
Excuser moi mais, j'avais oublié des informations à vous donner.
Je suis un novice dans le php, j'aimerais créer mon propre site et, j'ai donc installer WampServer pour pouvoir tester ce type de système en php avec sa base de donnée MySQL. Je n'utilise pas de téléchargement ni de Skype. En raison des ports qu'ils puissent utiliser. J'ai installé à la racine WampServer, créer le sous-répertoire lilicakedesign et j'ai testé avec un petit code:
Code:
1 2 3 4 5 6 7 8 9 10 11
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Premier programme PHP !</title>
</head>
<body>
<?php
echo 'Hello World !';
?>
</body>
</html> |
Quand j'envoie mon premier premier petit code de test, je ne vois rien à l'écran et un message d'erreur apparait.
Message d'erreur:
Citation:
Could not execue menu (internal error) [Exeption] Could not execute run action:
Le nom du répertoire est incorrect.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| # Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 localhost
127.0.0.1 lilicakedesign.dev |
Pourriez-vous m'aider dans d'éventuelles manipulations.
Cordialement.
Débutant heureux dans le serveur WampServer local.
Bonjour m4riachi,
Je vous remercie de tout cœur, comme cela, cela devient un jeu d'enfant. C'est incroyable ce que cela parait facile pour les professionnels comme vous.
J'ai édité ce petit code comme test et sauvé Hello World.php.
Code:
1 2 3 4 5 6 7 8
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Premier programme PHP !</title>
</head>
<body>
Hello World !
</body>
</html> |
Avec votre aide et stupéfaction, j'ai vu apparaître à l'écran comme dans un miracle.
J'espère avoir de bons conseils de votre part, si cela ne vous dérange pas, merci.
Cordialement.