PHP Tutorial: Installation and The Basics

March 19, 2009 by admin  
Filed under PHP Tutorials

jimmyrcom asked:


To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)

1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp.html

2. on windows go to C:\xampp

it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going to
http://localhost/foo.html or /foo.php.

There’s also something called WAMP
http://www.wampserver.com/en/

There’s a lot of php tutorials out there just search google
http://www.google.com/search?hl=enr&q=php%20tutorial

Request tutorials here
http://youtube.jimmyr.com/
More PHP TUtorials here
http://killerphp.com/

Some people have recommended other editors
http://www.scintilla.org/SciTE.html
http://www.pspad.com/
http://en.wikipedia.org/wiki/Comparison_of_text_editors
http://www.context.cx/

%%programming

Related posts:

  1. PHP Tutorial #1 - Covering the basics Grollon999 asked: This PHP tutorial covers the echo, the...
  2. FlashVars and PHP Tutorial Send Dynamic Variable into Flash flashbuilding asked: Get the free fla file for CS3...
  3. PHP Tutorial // Calculator V2 lifeg0eson666 asked: Calculator Version 2 tutorial written in PHP...
  4. Website status with PHP This example in PHP will use the fsockopen function to...
  5. PHP Tutorial - 7 - While Loop thenewboston asked: visit www.thenewboston.com for all my tutorials! Bookmark...

Related posts brought to you by Yet Another Related Posts Plugin.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!