Free web design training guide and resources by the Rochester Web Wizard. Sponsored by Data Info Magic.
Lesson 4 : Getting Started Writing PHP Scripts
PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP is mainly focused on server-side scripting, so you can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies. But PHP can do much more. PHP can be used on all major operating systems, including Linux, many Unix variants (including HP-UX, Solaris and OpenBSD), Microsoft Windows, Mac OS X, RISC OS, and probably others. PHP has also support for most of the web servers today. This includes Apache, Microsoft Internet Information Server, Personal Web Server, Netscape and iPlanet servers, Oreilly Website Pro server, Caudium, Xitami, OmniHTTPd, and many others. For the majority of the servers PHP has a module, for the others supporting the CGI standard, PHP can work as a CGI processor.
To get started with writing PHP scripts, try writing your first PHP script. You really need to strongly consider purchasing a reference book. The best book resource for PHP is the Sams Teach Yourself PHP in 10 Minutes by Chris Newman. It are inexpensive (less than $20) short and consice. It is available almost anywhere books are sold including Amazon and Barnes & Noble online.
|