alright, well I got a directory chmodd to 777, and I want to create a text file in it, but when I run the script it wont make one yet doesn't bring up any errors, here is my code.
$hFile = fopen( "../dates/dates_$month1$year1.txt", "a+" );
fwrite( $hFile, "$year2$month2$month3|$month4|month||||\n
$year2$month2$date1||$day1|$arena1|$place1|$name1|\n" );
fclose( $hFile );
any suggestions on why it wont work?
If u need the rest of my code just ask, thx in advance