On the note of fast and easy developer setup's, Xampp is of particular note. If you're interested, just Google 'Xampp' ... It is a product from the Apache Friends group and includes the Apache web server, PHP and Perl along with some other interesting modules, Filezilla ftp server and MySQL. All within one installer, making it a very usefull and broad developers or learners platform.
Kleines Tutorial
Inhaltsverzeichnis
Auf diesen Seiten möchten wir Ihnen die Grundlagen von PHP in einem kleinen Tutorial vorstellen. Dieser Text behandelt nur das Erstellen von dynamischen Web-Seiten, obwohl PHP natürlich nicht nur dafür geeignet ist. Weitere Informationen finden Sie im Abschnitt Was kann PHP?.
Mit PHP erweiterte Web-Seiten werden wie normale HTML-Seiten behandelt. Sie können sie genauso wie normale HTML-Seiten erstellen und bearbeiten.
Kleines Tutorial
Rob (Freefallfire at gmail dot com)
07-Apr-2007 02:54
07-Apr-2007 02:54
Michael
01-Mar-2007 10:54
01-Mar-2007 10: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
25-Oct-2006 08:53
25-Oct-2006 08: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.