I have a PHP webpage and I would like to make it so that when a user accesses it, the computer does not make any temporary files so that every time it acceses it, it has to connect to the server and rerun the script. Is this possible and if it is, could someone point me in the right direction? Thx

Member Avatar for LastMitch

@jdmml

I have a PHP webpage and I would like to make it so that when a user accesses it, the computer does not make any temporary files so that every time it acceses it, it has to connect to the server and rerun the script. Is this possible and if it is, could someone point me in the right direction? Thx

I know it's 7 years too late.

To answer your question.

You can't let a user access that temporary file on your computer nor let the user access the file on your host server too. It' really risky.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.