|
When using a secure connection (https) with PHP scripts, simple functions such as fopen, etc (filesystem objects and functions) do not work because of some security issues. Unfortunately, I need to read and write to local server files over a secure connection and cannot seem to find a way to do this without opening a port to an unsecure page in the same directory (thereby making this an unsecure method). Does anyone have a work-around on this issue, or is this another PHP brickwall?
Thanks in advance all!
|