Skip to content
Advertisement

i want to get my dir. info into an Multidimensional Array – PHP

I had it in an array and it worked fine now I want to insert it in a Multidimensional Array.

This is my code, not sure what I am doing or if even its poasable,

I want that the getFilename() should be assigned to a key,

Thanks for any help!

JavaScript

Advertisement

Answer

Check your double quotes in your array value for img_url.

PS: Notice I also changed the comma to a semicolon after your array.

(and… ident your code!)

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement