I am new to PHP. I just wonder if I can get value from for example a database and then fetch it later in the document inside new PHP tags, like this;
<? $php="global"; ?> <? echo $php; ?>
Thanks!
Yes.
So... ehm.. why didn't you just try it out?🙂