[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [linux-team] Réalisation d'un sit e à l'aide du php
Rien de telle qu une bonne doc en Français:
http://dev.nexen.net/docs/php/annotee/
extrait:
5.1 Qu'est ce que PHP?
PHP (officiellement "PHP: Hypertext Preprocessor") est un langage de script
HTML, qui fonctionne coté serveur.
Réponse simple et claire, mais qu'est ce que cela veut dire? Un exemple :
Exemple d'introduction
<html>
<head>
<title>Example</title>
</head>
<body>
<?php
echo "Bonjour, je suis un script PHP!";
?>
</body>
</html>
Bàt
-----Original Message-----
From: Magos Olivier [mailto:magos.olivier@francite.com]
Sent: Thursday 28 December 2000 10:27
To: Linux-team Liste
Subject: [linux-team] Réalisation d'un site à l'aide du php
A force d'en entendre parler ... j'ai bien envie de l'apprendre et de
l'utiliser.
Cependant je n'y comprend rien aux principes.
Si je veux utiliser pour réaliser mon site web :
- est-ce que je dois installer Apache, et Cie sur mon ordinateur ?
- lorsque mes pages sont réalisées, est-ce que je dois installer quelque
chose sur le serveur qui héberge mon site ?
est-ce que c'est automatique qu'il y ait Apache et ... sur le serveur ?
----------------------------------
Amitiés
Olivier Magos
[ linux-team@rtfm.be and linux@lists.linuxbe.org in ONE :) ]
[ If you want to be deleted from the list, send a mail to ]
[ majordomo@lists.linuxbe.org with "signoff linux" in the body. ]
[ http://LinuxBe.Org Contact: niddle@linuxbe.org ]
**** DISCLAIMER ****
"This e-mail and any attachments thereto may contain information
which is confidential and/or protected by intellectual property
rights and are intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,
total or partial reproduction, communication or distribution in any form)
by persons other than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender either
by telephone or by e-mail and delete the material from any computer.
Thank you for your cooperation."
[ linux-team@rtfm.be and linux@lists.linuxbe.org in ONE :) ]
[ If you want to be deleted from the list, send a mail to ]
[ majordomo@lists.linuxbe.org with "signoff linux" in the body. ]
[ http://LinuxBe.Org Contact: niddle@linuxbe.org ]