search

Home  >  Q&A  >  body text

Hello teacher, why did I write the code above and the output result did not change?

$hello = world;
$world = 'Hello';
echo $hello;

The displayed result is: word, not hello?

多多金库(备用)多多金库(备用)2250 days ago1159

reply all(1)I'll reply

  • 123fan

    123fan2018-11-26 16:39:30

    php is executed from top to bottom, swap one or two lines to get the result you want

    reply
    0
  • Cancelreply