Image

Imagefrog wrote in Imagephp_dev

Hey there, guys!

I am really stuck. I'm trying to search through all my code to find a mistake I've made in all of my table tags. I fopen(file,"r") and parse the lines just fine. As I find a line with the table tag, I modify it, and put each buffered line into a buffer array ($a_buffer).

then I fopen(file,"w")
and I fputs($a_buffer[$x]) within a for loop and fclose the file.
Even though I get no errors, I am not successful in writing to the file.

table_error

Please help me out, here!