Can I host a website on my computer | Print |
Thursday, 25 September 2008 10:59

Yes you can! Definitely not recommended for a production website but is just great if you want to get started with some php or mysql scripts it is the best way to learn.

What do I need?

  • A Computer running Windows or Linux
  • A web server installed (Apache)
  • A scripting language installed (PHP)
  • A Database installed (MySQL)

Ok, so what next?

Download and install xampp.Xampp will basically do all the work for you and turn your computer into a web server ready to host your website. Once installed go to http://localhost and you should see the xampp install homepage. You now have a full featured web server ready for action.

www.apachefriends.org/en/xampp.html

here is some videos that may help if you get stuck

http://www.howtochannel.net/how-to-videos?sq=install+xampp

 

And then...

You can then start browsing through the millions of pre made php and mysql scripts out on the web. Some good sites for finding scripts are:

  • sourceforge
  • hotscripts
  • phpclasses
  • google code

We also highly recommend finding some video tutorials on YouTube or HowToChannel.net

This is a great place to start if you are new to php and mysql and want to learn the basics:
http://www.howtochannel.net/watch?vid=axCc12xCXLE-video-Create-at-guestbook-in-PHP-with-MySQL-Part-1