On Tuesday 25 June 2002 22:18, Jule Slootbeek wrote:
> Hey list,
> How do i check if my script has successfully run through an entire
When it's finished looping when it's finished looping.
foreach ($doo as $dah) {
echo $dah;
}
echo "Finished";
> foreach() loop do i just go
>
> if (foreach ($answer as $a) { echo $a })
> {
> return TRUE;
> } else {
> return FALSE;
> }
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
Electrocution, n.:
Burning at the stake with all the modern improvements.
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php