write with cURL



Hi,

I want do create a new file and write something in it like:

$file = fopen("test.txt","w");
fwrite($file,"Hello World. Testing!");
fclose($file);

My provider doesn't allow this action for security reasons. However they mention using cURL to do the same thing.

I have been searching the Internet to find out how to do this, but did not find the answer. A did find a lot of answers to others questions, but not this one. ;-))

So any help is appreciated very much.

Cheers,

Ylva
.



Relevant Pages

  • write with cURL
    ... My provider doesn't allow this action for security reasons. ... I have been searching the Internet to find out how to do this, but did not find the answer. ...
    (php.general)
  • write with cURL
    ... My provider doesn't allow this action for security reasons. ... I have been searching the Internet to find out how to do this, but did not find the answer. ...
    (comp.lang.php)
  • write with cURL
    ... My provider doesn't allow this action for security reasons. ... I have been searching the Internet to find out how to do this, but did not find the answer. ...
    (alt.php)
  • Re: Best way to force a JComponent to repaint itself
    ... I have made it clear to him that I have no interest in any of his so-called "advice"; regardless of its content, its method of delivery renders it completely unpalatable. ... This is completely unacceptable behavior, not to mention that it flagrantly violates the newsgroup's charter, and therefore his internet service provider will shortly be notified of his behavior, which likely violates their Terms of Service. ... I never claimed that a superclass could not be a source of documentation about a subclass. ...
    (comp.lang.java.programmer)
  • Re: To SCT censor Stefanie.
    ... what "legislation" does Usenet have? ... what "legislation" does Larb's provider have? ... Internet, you use the structure and you imagine how things should be in yout ... anything against the law of the country where your provider is. ...
    (soc.culture.thai)

Loading