Search found 3 matches

by flyadvertising
Wed May 26, 2010 1:44 pm
Forum: PHP - Code
Topic: Problem with Array
Replies: 3
Views: 184

Re: Problem with Array

Sorry, it did. I forgot to include the directory before the row result. Thanks!!!
by flyadvertising
Wed May 26, 2010 1:27 pm
Forum: PHP - Code
Topic: Problem with Array
Replies: 3
Views: 184

Re: Problem with Array

That didn't populate the array :( Here's the code (including your suggestion): <?php //connection $usn = 0; $arFiles = array(); $query= "SELECT builds.bUser, builds.bSession, builds.bSlides, slides.sJpg, slides.sID, slides.sPpt FROM builds LEFT JOIN slides ON builds.bSlides = slides.sID WHERE (...
by flyadvertising
Wed May 26, 2010 1:12 pm
Forum: PHP - Code
Topic: Problem with Array
Replies: 3
Views: 184

Problem with Array

This line of code works fine in my app: $ziper->addFiles(array("uploads/epidemiology_4.ppt","uploads/epidemiology_1.ppt")); However, I am trying to populate the array dynamically via a MySQL database call. I can call the database and create a string variable, but inserting the va...