<?php $computers[101] = array( "name" => "phantom NXZT", "img" => "img/phantom.jpg", "cpu" => "Intel i7 4770K Quadcore", "gpu" => "GTX 780 3GB GDDR5", "ram" => "16GB Corsair 1800mhz", "hdd" => "Seagate 2TB Hard Drive", "ssd" => "SanDisk 120GB Solid State", "price" => 1200 ); ?> <img src="<?php echo $computers[101]["img"];?>">
You have javascript disabled. You will not be able to edit any code.