0
How to show the output with this DBS
<?php $namaprogram = "dbs"; function papar (_____); { echo $namaprogram1; echo $namaprogram2; } papar("____"); ?>
3 Answers
0
What would the expected output look like?
0
Is look the output is DBS
0
But there are two `echo` statement, there are also missing variables <$namaprogram1> and <$namaprogram2>.