Copyright 2005 Reimar Vetne / Flavus Data AS, www.learn-php-tutorial.com For daily and weekly PHP-tips check out www.php-daily.com 2 Learn basic PHP in 6 weeks Copyright 2005 Reimar Vetne www.learn-php-tutorial.com post@lphp-tutorial.com Flavus Data AS Grønvoldvn 705 N-3830 Ulefoss Norway Table of content 1. Getting started 2. Commenting your code 3. Language Reference 3.1 Types 2 Variables 3.3 Constants 4 Operator 4. for and while Loop 5. Handling Forms 6. Emails 7. Date and Time functions 8. PHP include function - creating the Header and Footer 9. How to set up a mysql database 10. How to set up tables in the interface 11. Cookies and Sessions 12. How to create table through PHP 13. Case study: a CMS (content management system) or Blog Copyright 2005 Reimar Vetne / Flavus Data AS, www.learn-php-tutorial.com For daily and weekly PHP-tips check out www.php-daily.com 3 1. INTRODUCTION: PHP (recursive acronym for "PHP: Hypertext Preprocessor"). PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994. Now it has version 4.0.3 with numerous improvements and refinements over the original release. PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session ...
Voir