Hello, I created an agi script in which I would like to write some data in a file, I realized that if * call the agi script that doesn't allow the application to create or to write in the new file. if ((file_log = fopen (filelog, "a+")) == NULL) What is the reason of that ??? Areski