Tutorial Categories
Tools and Software
Site Search


Advanced Search
Tutorial Options
Popular Tutorials
  1. Photoshop Concept Car Makeover
  2. Photoshop Man Of Fire Part I
  3. Photoshop Magic Marker Effect
  4. Photoshop Man Of Fire Part II
  5. Photoshop Car Makeover Part II
No popular tutorials found.
Popular Authors
  1. Cory Crampton
  2. Daniel Phillips
  3. tanmay goswami
  4. Rails Forum
  5. Brendan Horverson
  6. CodeCrunch Tutorial Bot
  7. PhotoshopBee .com
  8. Jamie Lewis
  9. Nick Cote
  10. Luther Avery
No popular authors found.
 »  CodeCrunch  »  Programming  »  PHP Tutorials  »  Starting PHP - 1
Starting PHP - 1
By Daniel Phillips | Published  06/28/2006 | PHP Tutorials | This tutorial viewed 877 times
Starting PHP - 01

This code, would simply output Hello World! In plain black text in a PHP web-server.

PHP Dictionary So Far:

$variable = ""; - Declares a string variable.
print ""; - Outputs text onto a screen.
echo ""; - Exact same as print.




How would you rate the quality of this tutorial?
Add comment
Comments