G
G
Gudsaf2017-11-30 14:07:56
PHP
Gudsaf, 2017-11-30 14:07:56

Is there a translation of the yellow paper Ethereum somewhere?

Actually, is there a translation of the yellow paper Ethereum somewhere?
I would like to read this document in our language.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Derepko, 2019-09-15
@xEpozZ

$_SESSION['logged_user'] = $user->login;

<?php if(isset($_SESSION['logged_user']) ) ; 
{
  echo "<br>Авторизован</br>";
}
?>

Привет, <?php echo $_SESSION['logged_user']; ?>

E
Evgeny Matveev, 2019-09-15
@ematveev

session_start();
at the very beginning of all files where work with sessions is in progress

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question