empty

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
abshaw
Forum Commoner
Posts: 33
Joined: Thu Feb 19, 2004 7:14 pm

empty

Post by abshaw »

i have
Last edited by abshaw on Sun Feb 22, 2004 3:46 am, edited 1 time in total.
Straterra
Forum Regular
Posts: 527
Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:

Post by Straterra »

Bad newb! BAD! Don't cross post!

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"); 
?>
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

This is a script query so you might have a better chance in the code forum.
Post Reply