<?php $nama_produk = "Tas";$harga_produk = 100000; echo $nama_produk."\n";echo $harga_produk; ?>
Standard input is empty
Tas 100000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!