Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    while (list(,$Value) = each($PagesArr))
    {
    if (!in_array($Value, array("settings.php","search.php","account.php","index.php","comments.php","post.php","categories.php")))
    {
    $PagesArr = array_merge($PagesArr, array("extension.php"));
    exit();
    }
    }

    when exit() is run. it exits from the entire function, not just the loop. I want to stop looping and continue with the rest of the code
    •  
      CommentAuthorMr Do
    • CommentTimeApr 21st 2007
     # 2
    did u try break()?
Add your comments
    Username Password
  • Format comments as