Welcome Guest, Not a member yet? Register   Sign In
Total noob lookin' for some help...
#7

[eluser]davidbehler[/eluser]
Instead of using "print_r" you could do the following:

Go through your $files array using a foreach loop. That way you can output each entry in your array the way you want to.
Code:
foreach($files as $file)
{
    echo "<b>".$file['title']."</b> - ".$file['file']."</br>";
}

This code is untested and I am not sure about the indices but that should give you and impression on how you can output your array the way to want to.


Messages In This Thread
Total noob lookin' for some help... - by El Forum - 11-20-2008, 09:50 AM
Total noob lookin' for some help... - by El Forum - 11-20-2008, 12:10 PM
Total noob lookin' for some help... - by El Forum - 11-20-2008, 12:33 PM
Total noob lookin' for some help... - by El Forum - 11-20-2008, 12:35 PM
Total noob lookin' for some help... - by El Forum - 11-20-2008, 01:20 PM
Total noob lookin' for some help... - by El Forum - 11-20-2008, 02:29 PM
Total noob lookin' for some help... - by El Forum - 11-20-2008, 02:36 PM
Total noob lookin' for some help... - by El Forum - 11-21-2008, 03:51 AM
Total noob lookin' for some help... - by El Forum - 11-21-2008, 09:14 AM
Total noob lookin' for some help... - by El Forum - 11-22-2008, 12:52 PM
Total noob lookin' for some help... - by El Forum - 11-22-2008, 01:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB