Currently I have a code that looks like:
for ($i=0; $i<=($num_newlines - 1); $i++)
{
$tweetcpitems->post('statuses/update',
array('status' => wordFilter("The item $parts[$i] has been released on Club Penguin. View it here: http://clubpenguincheatsnow.com/tools/swfviewer/items.swf?id=$parts[$id]")));
sleep(90);
}
What I want to do make the "i++" part add by two and not one, but how do I do this? Please help!
forwork (and PHP code in general). This is a pretty trivial question.