On Mon, March 20, 2006 8:47 pm, je killen wrote:
> I am using simple for loops. If I create and populate an array and
> test
> it with a print statement
> in a for loop, it prints out all the current values. It I again call
> it
> to print in a for loop in subsequent code
> it has exhibited a degraded state.

Show us source code that does this.

You've made a mistake in your code.

Most likely you've altered the array without realizing it, or your
variables in your for() loops are mixed up.

Easy to do as a beginner.

> However, if your familiar with
> FreeBSD, it has a ports and packages
> mechanism for installing software. I had difficulty with it when
> installing Apache so I bypassed it and
> installed Apache from source just according to the install

There is simply no way this is your cause.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to