Blogging website using PHP (part 1)

Hello Guys,

There are lots of websites on the internet today some of them are static and some of them are dynamic we will get deep into those terms later.

Website is basically made of two things or type
1] Front End: Visualization of the website which can be achieved by HTML, CSS, Javascript etc.

2]Back End: Working of the website (example : When you login to some website like facebook it validates your information like email, phone no etc  and other information like your photos and stores that information in database so that you can use that information later)

Basically, in simple words, you can say
Front End:  Appearance of the website
Backend: Working on the website


How to learn Front End?
Basic Front End is very easy to learn
You can learn this easily with the help of  W3school
HTML, CSS and JS

If you know basic of all this then move to framework like bootstrap.
I recommend you to learn bootstrap from their official site https://getbootstrap.com/docs/4.0/getting-started/introduction/
They have great documentation😍



How to learn Back End?
That's why I am here.
There are different language are available for backend like Php, python etc.

We will learn about PHP.

PHP is a server scripting language and a powerful tool for making dynamic and interactive Web pages.
PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
PHP 7 is the latest stable release.

Step by step guide to learn PHP

In this process, we will make the Baic blogging website using PHP step by step guide from scratch.

Step 1: Set up our Environment

1. Install Xampp (depending on your operating system)
2. Install Sublime Text or VsCode (No notepad😓)

Sublime Text is best for PHP developemrnt.

Use shift_ctrl+P to open command palette.
type: install package control
Enter

again
Use shift_ctrl+P to open command palette.
type: install package
Enter

Install all this packages
Required Packages:
Emmet
bootstrap 4 snippet
git
php comapnion
php code sniffer


Step 2 : Now start

What we do in blogging website?

User sign up and create account and login to website.
User create blog and publish
User can edit blog
User can delete blog
Blogs are visible other users


1. Sign Up
2. Login
3. Logout
4. create blog
5. Edit blog
6. Delete Blog


This is our plan to learn PHP by example (Blogging website)

From Tomorrow will start step by step

But for Today
Just clear your basics of design HTML, CSS,

8805271377 WhatsApp

Follow here ❤

@mr._mephisto_ Instagram 

There will be no restrictions just feel free to learn. 

Share and take one more step to share knowledge to others. 


Comments

Popular posts from this blog

News website using Flask and news API : Part 1

Day 16 : Pandas Basics

Web Design Challenge