Hi Readers Every student often listen to a term Web Hosting, To am going to explain
about what is web hosting and hosting with free hosting sites with simple practical
example.I will take simple html file hosting.
About Web Hosting
A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Web hosts are companies that provide space on a server owned or leased for use by clients, as well as providing Internet connectivity, typically in a data center. But we have to spend money for commercial hosting,Being learns we can't effort money for hosting simple web pages
the solution for this problem is make use of free web hosting sites
Simple Procedure
1. I prefer www.freewebhostingarea.com for free hosting our webpages.
2. Open your web browser and type the above site in url location and press enter.
3. In home page you will see different options for site names and its extensions
4. Register your site url and select subdomain(This is vender specific choose any one )
I have chosen ueuo and click on proceed if it available your will be redirected to the
user details page
5. Fill necessary details and click on CREATE button, On successful submission it will
generate log in and ftp details and also you will get email for provider
6. We need to log in to ftp client(ftp url is maintained in email or current webpage ) to host web pages.
7. Provide your credentials at your ftp client log in page like above image click on login
8. You will see different options ftp user interface page like bellow
Newfile: It will allow you to write a new web page on web
Upload: It will allow you to upload existing web pages and templates
Root: It will allow you to specific root page name(Hom page for your site)
9. By default you will see some pages listed delete them by clicking on All option and click
on delete.
10. I have chosen New file option for writing simple html page.
(Note:You can also choose upload option for hosting large templates and websites)
11. Click on save button and configure your index.html to root
12. Save it and open your browser and type your url
13. Thats it your done.
Hi Dear students in this post am going explain complete life cycle of very simple PHP---- Project.Before going to learn this you should have basic knowledge on XAMPP installation
And PHP Execution. I have provided links bellow if you wish to learn them.
Learn Article on XAMPP installation by clicking following link xampp installation
Learn Executing PHP on XAMPP Server by clicking following link xampp execution
About This Simple Project:
This is a simple Database application, In detail MySQL database table has 3 fields which are user id,username,password.This simple project interface has two sections, One section is-- for inserting New username and Password to database table, Another section displays data from database table.
Database Specifications:
Database Name: db
Table Structure:
CREATE TABLE `users`( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(45) NOT NULL, `psd` varchar(45) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
Programs In Project:
1. Home.php
2. Insert.php
3. Update.php
4. Delete.php
5. Index.php
6. Connection.php
Programs Explanation:
1. Home.php
Home page contains three sections,First section is used to validate form input------
Fist section is for showing results form Database,Second section is for editing Data
2. Insert.php
This page contains functionality for inserting data into MySQL database.
3. Update.php
This page contains functionality for updating existing records in database.
4. Delete.php
This page contains functionality for deleting records from MySQL database.
5. Index.php
This page contains Simple code for redirect to header.
6. Connection.php
This file contains functionality which establishes connection to my sql database.
Download Project and Install: Installation Guide
1.Download Project---->unzip folder--->place project folder at c:\xampp\htdocs\
2.Open web browser type localhost\phpmyadmin
3.Create Database Name it db
4.Select created database and export sql file from project folder into database
5.Open Web browser and type localhost\projectname press enter
DOWNLOAD PROJECT
Introduction:
In Previous post we have learned Installing XAMPP on windows 7 operating system.Today we are going to Learn how to execute hello world PHP Program on XAMPP server package.This article will let you know executing PHP and PERL programming languages on cross platform server XAMPP.
PROCEDURE:
Step 1: First start your XAMPP server.I will look like bellow figure.
Step 2: Open Notepad and Copy and Paste Bellow PHP Hello World Program.
<?php echo "hello world"; ?>
Step 4: Open Web Browser Example:Chrome and Firefox.
Step 5: Type localhost/helloworld.php and press Enter.
Step 6: That it your successfully executed. .
Feel Free to ask Questions and Comments
Introduction:
XAMPP is a free and opensource and cross Platform solution for Executing server side scripts XAMPP Package mainly consisting of Apache HTTP Server and MySQL Database and tools for executing PHP and Pearl Programming Languages.
INSTALLING XAMPP ON WINDOWS 7:
Step 1: Download Latest XAMPP package form following link(ignore if already have)XAMPP.
Step 2: Unzip Downloaded XAMPP package using ZIP Extractor.
Step 3: After that Install XAMPP By clicking on YES.
Step 5: Now XAMPP is successfully installed on your windows 7 System.


