Files created by PHP

kandarpmistry

New member
Dear Sirs,

Are files created by PHP scripts, in the ExeOutput for PHP application, when the ExeOutput for PHP application is run stored within the ExeOutput for PHP application itself or are they stored in a temporary storage location not accessible by the user. Kindly Reply.

Kind Regards,

Kandarp Mistry.
 
Last edited:
I don’t understand your query very well… Files created by your PHP scripts can be stored on the end user’s computer, as described in the General Demo or in the Documentation. Normally, they can be accessed by advanced users so you should protect them (with encryption for instance) or store them in a database or some archive file…
 
Last edited:
Dear Sirs,

I mean to say a PHP script, compiled into the ExeOutput for PHP application, which contains code to create a text file. When the ExeOutput for PHP application is run and the PHP script inside it is executed, a text file is generated. i need to know where is this created text file stored. Please reply soon.

Kind Regards,

Kandarp Mistry
 
Last edited:
Well, saving files in an application is different from a server. When saving files with PHP, you have to specify a full path otherwise you may get an error if the output directory is protected (it depends on where your EXE file is located).
I recommend you to start the general demo and see the “Saving Files” topic: it will be helpful.
 
Last edited:
Back
Top