Exemple #1
0
    } else {
        $rr = $c->update($_REQUEST['text']);
    }
    echo "<p>发送完成</p>";
}
?>

<?php 
if (is_array($ms)) {
    foreach ($ms as $item) {
        ?>
<div style="padding:10px;margin:5px;border:1px solid #ccc">
<?php 
        echo $item['text'];
        if (isset($_REQUEST['text'])) {
            $c->repost($item['id'], $_REQUEST['text'], 1);
        }
        ?>


</div>
<?php 
    }
}
?>

<form action="weibolist.php">
<input type="text" name="text" style="width:300px" />
<input type="submit" value="回复并转发" />
</form>