No posting as of recent…
I apologize for not posting much of anything within the past few weeks. The holidays and work has given me little time to do much of anything. The twitter multibot is about halfway complete and I am hoping to finish by about midweek this week. A few other side-projects are kicking in gear as well [...]
Music Monday – Chemical Brothers ft Richard Ashcroft – The Test
PHP for and foreach loops
For loops allow you to run a set of commands a specifanied number of times while a foreach loops allows you to run commands placed within it through the span of the looped array. Using either of these methods will allow the user to easily repeat commands saving space within a script and the time [...]

