cnicollonline

"I was just guessing at numbers and figures, pulling the puzzles apart"

Posts Tagged ‘ arrays ’

I was tasked with a project at work in which I had to build a site that would be quite dynamic. The problem however was that I could not use a database to hold information. What I did (and something I would avoid if I could) was create a class that looks within a folder thats specified and builds an array off the files within the folder.

 [More]

A few weeks ago I had wrote Arrays and Loops with php [Level 1]. This topic is expanding on that idea. I’ll be covering more complex array examples using 2D multidimensional arrays.

 [More]

Way back when I started programming there were two things I just could not wrap my head around. Unfortunately they fell hand in hand which made doing an alternative quote tedious. Loops and arrays were nightmares. This post is outlines a few small pointers I’ve picked up along the way.

 [More]