Posts Tagged ‘computer’

How to make a home server without iis manager

If you have Windows xp home edition and you don’t have iis thsi is the video to watch. In this video I will show you how to host your own websie for free and how to convert your computer into to a server. The program I will be using is wamp server, the program is free and supports .php .html and other various website template. This means you can put wordpress on or joomla WAMP Server Download www.wampserver.com If you want to put wordpress or joomla on your site you’ll need a mysql database. Which you can download online free, the database will be hosted on your computer. MySQL download dev.mysql.com Wordpress download wordpress.org Free Wordpress Themes wordpress.org Joomla Download www.joomla.org Free Joomla Themes www.joomla-themes.co.uk joomla2u.net

php sessions tutorial

A very easy tutorial that teaches you about the basics of php sessions. Get the code at www.garbiluno.co.cc

www.techtamil.com :: PHP Session tutorial in tamil

Tamil PHP Tutorial about SESSION.

PHP – MySQL – Flex 3 Client-Server Application

This tutorial demonstrates how to create what is called a complete client-server web application which consist of a Web Application, PHP, and mysql. The tutorial shows how to automatically generate the Php necessary to talk to a mysql data base. Note: I named the Flex MXML application PHP4. This is just the name of the application not the version of PHP that we are running (which is Php 5) – dumb name choice on my part. Should have called it myphpapp. It was created by Mike Lively at Northern Kentucky University.

PHP Tutorial Alterenating table row colors!

This is my first video tutorial(know I made a couple mistakes), so hope you find it helpful.. It’s a tutorial on alternating table row colors with PHP, also use of if/else statements, for loop, and array.. If you would like to see more tutorials just let me know.. ;-)

PHP Loop Tutorial Project

Tutorial on using loops in the PHP programming language.

PHP Password Protect Tutorial

Learn how to create a page that can only be accessed if you know the password! Get the code at www.garbiluno.co.cc