Is it possible a html/javascript page can retrieve the value of a variable from other php page?
For example test.php
and main.html
are 2 pages.
test.php
just echo the value of one variable V.
do you know if main.html
could retrieve the value V from test.php
.
one idea could be something like a tag with attribute src=test.php
?