fopen not working on remote files
Posted: Wed Jul 22, 2009 3:16 am
please help
i am using this code
but the output is always
Warning: fopen(http://localhost/file.php) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections in X:\xampp\htdocs\editor.php on line 27
how should i access a remote file???
i am using this code
Code: Select all
fopen("http://localhost/file.php", "w+")Warning: fopen(http://localhost/file.php) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections in X:\xampp\htdocs\editor.php on line 27
how should i access a remote file???