H
H
Helig2017-10-03 11:46:07
PHP
Helig, 2017-10-03 11:46:07

How to create an authorization and a personal account on the site?

I am a beginner web developer. I am unable to create a personal account. If authorization, although small, already exists (When you go to another page, the session disappears), then I can’t make a personal account. I have scoured the internet but have not found anything. I'm not asking you to do everything for me. Leave resources where you can learn it.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2017-10-03
@xmoonlight

session_start();
at the beginning of each page in the LC must be present in order to get access to reading the values ​​of session variables.

N
nepster-web, 2017-10-03
@nepster-web

Look towards frameworks. There are many video courses on youtube that solve your problem.
https://www.youtube.com/watch?v=3hSJLgRvn-E
But better, read books and study the programming language in more detail to have more understanding. Don't rush into projects.

O
one_day, 2017-10-03
@one_day

here is a simple example:
blog.kislenko.net/show.php?id=1696&s=0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question