0

How to show the output with this DBS

<?php $namaprogram = "dbs"; function papar (_____); { echo $namaprogram1; echo $namaprogram2; } papar("____"); ?>

24th Sep 2020, 4:47 AM
Krinsyark
Krinsyark - avatar
3 Answers
0
What would the expected output look like?
24th Sep 2020, 7:08 AM
Ipang
0
Is look the output is DBS
24th Sep 2020, 7:12 AM
Krinsyark
Krinsyark - avatar
0
But there are two `echo` statement, there are also missing variables <$namaprogram1> and <$namaprogram2>.
24th Sep 2020, 7:18 AM
Ipang