相关疑难解决方法(0)

PHP while while循环加2

目前我的代码如下:

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);
}
Run Code Online (Sandbox Code Playgroud)

我想要做的是让"i ++"部分加两个而不是一个,但我该怎么做?请帮忙!

php scripting loops

9
推荐指数
2
解决办法
2万
查看次数

标签 统计

loops ×1

php ×1

scripting ×1