<?=$_SERVER?> refers to the same file, that is the same file currently being executed. suppose the code is in index.php, when you call <?=$_SERVER?> it means you are calling index.php
value="<?=$data?>"><?=$data fills html value with data from array with index id and name
hope you get it :)
hhhmmm.
nice to know. Ϋ
:) thanks evstevemd!