Right guys,
I wanna require files that have info on people kept in arrays.
So, I have a file called 'dave.dat'
In it it has:
Then, my main script has:
Now, when running I get an error 500 but I dont get the page normally created by the fatalsToBrowser line. So I check error log and there isnt any...
So, I tried doing it with the array in the script and removed the require line, and it worked perfect.
So, It is in the require line my problem lies...
Ive tried using double quotations and still no luck

Where am I going wrong?

BTW - What does that little '1;' do at the end of alot of scripts do?