I just want to ask a little question:
is it possible to use "fopen", if the file comes from MySQL? I ask this, because the syntax contains the path to the file....what would that be?
thank you very much
If the file is stored in a mysql table then it's just data, not a file, so you can't open it asif it was a file.