PHP Dudes,
If any of you are at a loss today I could do with some help with this little problem.
In the third section of the code I want to test every entry against an array. In the forth section I just use a for loop to loop the testing array, this however doesn't work for the third section.
The loop only ever works in the fourth section in fact, anyone know how I can get the testing working for the main part of the calender, giving me quite a lot of trouble yesterday.
If any of you are at a loss today I could do with some help with this little problem.
In the third section of the code I want to test every entry against an array. In the forth section I just use a for loop to loop the testing array, this however doesn't work for the third section.
The loop only ever works in the fourth section in fact, anyone know how I can get the testing working for the main part of the calender, giving me quite a lot of trouble yesterday.
Comment