Hi. I have a long function with many if statements and such. The first thing i do in my function is this: $text = file($read_text_file);
The $text array contain all text in the site therefor I need this array to be available in my entire function and I though I would accomplice this by defining the variable first thing in the function, but now i discovered that later in a if statement, its blank. Why is this?