All pastes #625532 Raw Edit

Untitled

public text v1 · immutable
#625532 ·published 2007-07-19 00:05 UTC
rendered paste body
<pre>
<?
$ini_array = parse_ini_file("test.ini", TRUE);
?>
<div>
<div>Name: <?=$ini_array["$_GET['id']"]['name']?></div>
<div>Description: <?=$ini_array["$_GET['id']"]['description']?></div>
<div>Location: <a href='<?=$ini_array["$_GET['id']"]['location']?>'><?=$ini_array["$_GET['id']"]['location']?></a></div>
</div>
</pre>

INI FILE
;The number inside the brackets is the file ID.
[1]
name = Kopete
description = Kopete is an excellent IM client for the KDE environment.
location = http://foo.example.com/kopete.rpm