I run two linked websites, one contains scanned images, the other runs the main php code.
The structure is a JobNo in the first and the second could contain a picture of the POD (Proof of Delivery).
I know how to construct a URL which contains the jobno which will run some code to detect the picture.
I know how to open it with fOpen
What I don't know is how to pass the result back to the calling program.
I have tried using a temporary file with fopen but it gets in a knot over permissions, and if its going to do that on my machine then sure as eggs it will do it to the customers machine
TIA for any help
Richard
The structure is a JobNo in the first and the second could contain a picture of the POD (Proof of Delivery).
I know how to construct a URL which contains the jobno which will run some code to detect the picture.
I know how to open it with fOpen
What I don't know is how to pass the result back to the calling program.
I have tried using a temporary file with fopen but it gets in a knot over permissions, and if its going to do that on my machine then sure as eggs it will do it to the customers machine
TIA for any help
Richard