Friday, November 1, 2013

Tute 1 : Create Website Using Php, Mysql, Html and Css : Installing Software

Introduction

This is not a basic tutorial. If you will be know basic about html, css, php & mysql please visit w3schools.com. This is project tutorial who describe how to make a website about html, css, php and mysql database.

Installing Software


We need some software :
1. Web Server software
2. Text editor
3. Google Chrome.

As we will work with php & Mysql so we need Local Server. We use Xampp Software.
Download The Xampp than install it. When finished install run this software. Then start Apace and Mysql.



If use notepad don't need install. But when we use upgrade text editor we need install. So You can use upgrade text editor. I use notepad++



Download the notepad++ and install the software.

We also need browser. We can use Google Chrome. So download  the Google Chrome and install this.

Then open the Notepad++ and Google Chrome. Now we will start our work.

Then write basic html code in notepad++. 

-------------------------------------------------------------------------------------
<html>
            <head>
                        <title>Welcome to my tute school</title>
</head>

            <body>
                        <h1>Assalamu Alaikum Everybody.</h1>
</body>
</html>
-------------------------------------------------------------------------------------

Html Code in Notepad Plus Plus
(Tute-1 Pic-3)

Now we save this page. Click File>Save or Ctrl+S.
We save this file in localhost server. Go to xampp folder (where install the xampp software). Then go to htdocs folder. Crate a new folder into htdocs and write a name this new folder. I take the name "tute".

Then we write file name . In file name field write “index.php”. As we work about php language so wire file name extension is php.

Now we open the index.php file. Open a browser. I use Google crome. Because it is user friendly and web developer friendly. Then write in address bar “localhost\index.php” and press enter key.
We see our work!


(Tute-1 Pic-4)



Next Tutorial : Create Bais Html File

No comments :

Post a Comment