value="<?=$file_source?>">
it will show the >"> at my browser
but if
value="<?php echo $file_source?>">
it will show correctly in browser.
Is it due to php versioning?
Also I realize some php classes written by others (which I download online), doesn't use <?php ?>
, it directly use <? ?>
But when I run it locally at xampp, I need to code it as in order to get the correct output.