Ik wil graag een lijst maken van de onderstaan code, hoe kun je hiervan de array uitlezen?
Hij moet alles in een table neerzetten, als ik een voorbeeldje heb dan kom ik al een heel stuk verder.
Deze code komt van Softaculous
http://www.softaculous.com/scripts.php
PHP Code:$scripts = array(1 => array('name' => 'Zikula',
'softname' => 'zikula',
'desc' => 'Zikula is a Web Application Toolkit, which allows you to run impressive websites and build powerful online applications.',
'ins' => 1,
'type' => 'php',
'cat' => 'cms',
'ver' => '1.2.4',
'mod' => '9'
),
8 => array('name' => 'AEF',
'softname' => 'aef',
'desc' => 'AEF - Advanced Electron Forum is a free bulletin board software written in PHP and MySQL with loads of features',
'ins' => 1,
'type' => 'php',
'cat' => 'forums',
'ver' => '1.0.8',
'mod' => '4'
),
4 => array('name' => 'Noahs Classifieds',
'softname' => 'noah',
'desc' => 'The leading classifieds software on the web!',
'ins' => 1,
'type' => 'php',
'cat' => 'admanager',
'ver' => '4.1.0',
'mod' => '7'
),

Likes:


Quote