suche nach in der

What do I need?> <What can PHP do?
Last updated: Fri, 25 May 2012

view this page in

Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic web page creation with PHP, though PHP is not only capable of creating web pages. See the section titled What can PHP do for more information.

PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages.



add a note add a note User Contributed Notes
A simple tutorial
Rob (Freefallfire at gmail dot com)
07-Apr-2007 02:54
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.
Michael
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
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.

What do I need?> <What can PHP do?
Last updated: Fri, 25 May 2012