A
A
Alexander Alexandrovich2014-10-18 21:21:09
PHP
Alexander Alexandrovich, 2014-10-18 21:21:09

How to change the display of a variable on the screen or delay execution?

Hello guys, please tell me how you can change the output of a variable on the screen,
for example:

$first = "Привет";
echo $first;

//Какой то код...

$first = "пока";

It is necessary that the second value of the variable be displayed on the screen, is this even possible?
If not, is there any way to delay code execution?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Cherednichenko, 2014-10-19
@likeapimp

Echo after second variable declaration

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question