empty
Posted: Sat Feb 21, 2004 6:52 pm
i have
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
function stone($whom,$how,$until) {
$var1 = kill($whom);
$var1 = activate($var1);
stone_fetch_how($how);
while($whom != $until) {
exec activate_action($whom, $how);
}
}
stone("abshaw","with the general posting guide","Until no longer cross posts");
?>