Posts Tagged ‘started’
XAMPP – Make your Computer a Webserver: Apache, PHP, MySQL
XAMPP is a free installer that has Apache / PHP / MYsql / perl and more integrated so you won’t have to configure anything yourself.
HTML / CSS Tutorial
Basic PHP Tutorial
Free Webhosts
http://blog.jimmyr.com/List_of_Webhosting_Companies_17_2008.php
Update
DynDNS is supposed to help if you have a dynamic IP, hadn’t tried it though.
sides xampp there’s also wamp and this one
http://vertrigo.sourceforge.net/
%%programming
Duration : 0:11:52
PHP Basics: Install a Webserver with PHP and MySQL (Windows)
Get started with PHP by installing a webserver with PHP and MySQL support. For ease of use and convenience, i’ll be showing you how to install XAMPP available from http://www.apachefriends.org/en/xampp.html
Duration : 0:9:25
PHP Tutorial: Installation and The Basics
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
Duration : 0:10:53