Posted by Piet on 10/13/09 11:44
How can I stop a function in PHP? When comparing data I want to stop the function on a hit. Function compare($data) { For ($n=1; $n<=10000; $n++) { For ($m=1; $m<=10000; $m++) { If $data[$n]==data[$m] {
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming