Don't worry about installing your own LAMP environment. (Linux, Apache, MySQL and PHP)
On windows, you can download and install WAMP. With one installation and you get an apache webserver, database server and php.
http://www.wampserver.com
On mac, you can download and install MAMP.
http://www.mamp.info/
Saves me a lot of headache to do development locally on my computer.
Une introduction à PHP
Sommaire
- Le nécessaire
- Votre première page PHP
- Trucs pratiques
- Utiliser un formulaire
- Utiliser des codes anciens avec les nouvelles versions de PHP
- Et après ?
Dans cette section, nous voulons illustrer les principes de base de PHP dans une courte introduction. Ce chapitre traite uniquement de création de pages web dynamiques avec PHP, laissant de coté temporairement les autres possibilités de PHP. Voyez la section Ce que peut faire PHP pour plus d'informations.
Les pages web qui exploitent PHP sont traitées comme des pages HTML standards, et vous pouvez les créer, éditer et effacer tout comme vous le faites normalement avec des pages HTML classiques.
Une introduction à PHP
jason dot khov at gmail dot com
28-Dec-2008 01:49
28-Dec-2008 01:49
ctestroote at bresnan dot net
10-Sep-2008 07:21
10-Sep-2008 07:21
If youre just learning PHP, then the simpliest thing to use is called Xampp, just install the Apache server and save your php files in the htdocs folder. Then when you open your browser you would type http://127.0.0.1/htdocs/example.php to see your php.
I also use Notepad++ to write my php files but there are many others to use.
Michael
02-Mar-2007 05:54
02-Mar-2007 05:54
Agreed. Some of the pre-configured packs and associated tutorials really can simplify the installation and get you up and running in minutes but you MUST make sure that as an absolute minimum you add a secure password - ideally a mix of letters, numbers, not a real word etc. Otherwise, when your site/system is live, it will be potentially open to abuse.
cvncpu
26-Oct-2006 02:53
26-Oct-2006 02:53
just keep in mind that these installation packages are for development use, and are not built for a production enviroment, the preformance and security of these tools is not setup for use in a public website.
