Have you ever wanted to create websites like Amazon and Facebook? Now you can with All free Droid ! Our step-by-step guide is the perfect way to get started in web development. With our easy-to-follow instructions, you'll be able to create your own website from scratch using HTML and PHP. With All free droid, you'll be able to turn your ideas into reality in no time!
Ok, so we will start from php
Hello every one many of people are wants to create their own website but lack of knowledge they are confused where to start how to start.
So we will discuss the every step where we can create any project like social media, online shopping, Hotel management and so on.
How to start
As we know that php is a server site scripting language, which means php codes are run only on server. So that we have to bulid our PC or laptop into a server, for that we simply had to install one software name xampp or also you can use wamp
( I assume that you are know how to install software)
1st step:
Install Xampp or Wamp. After installing the software go to C drive you will see a folder call Xampp (if you install Wamp folder name will be Wamp)
Under the folder you will find another folder call htdocs ( in case of Wamp the folder will be www).
Just open the folder and create a new folder . Give the folder name project_name ( whatever your project name)
We have completed our first step.
2nd step:
Open the application you just install and you will see there are some option. You just start the apache and MySQL service.
*Give the permission if they ask
Ok so we just completed our 2nd step. And here we make our computer as a server
Step 3: open you browser ( ex: chrome). And type localhost/project_name on URL and press enter enter.
For now you can't see anything there. But this the URL where your project will be shown.
So now we have to create our first php project
For that we need notepade++ or Dreamweaver. If you don't want to install this type of software you can simply use notepad but for the big project we need IDE
So just install notepad++ for now
We are all good to go

0 Comments