Update
Posted by clifton on 23 May 2007 in Tasks
I copied the PHP file from the old philosophy website that generated the course information from the UVic Calendar website. I ensured that it still worked and I had the latest copy of the JavaScript course listing array. I duplicated the PHP file so that I could begin changing it by adding newer comments, PHP could find the right calendar year and lastly so it can generate a PHP array.
I originally had the following being generated: '$variable[$counter] = array(element1, element2...)' but i was having trouble accessing the information and towards the end of yesterday I began am trying to change that to another php array format.
I originally had the following being generated: '$variable[$counter] = array(element1, element2...)' but i was having trouble accessing the information and towards the end of yesterday I began am trying to change that to another php array format.