Jump to content

[SOLVED] PHP CLI read/write files


jaimitoc30

Recommended Posts

Hi, everybody.  I have a question that has me frustrated.  I am writing a code with PHP CLI interface.  I ran the code with PHP Web interface and it runs fine, but when I try to run it with the CLI(Command Line Interface), I get this warning when I try to read/write/open/close files :

 

Warning: fwrite(): supplied argument is not a valid stream resource in C:\xampp\htdocs\MENSAJERIA\prueba2.php on line 4

 

I know about the STDIN and STDOUT, however, I dont know if it is necessary to use that when I want to open, write, create, delete files.

 

I would appreciate any assistance with this.

 

Thank you very much.

Link to comment
https://forums.phpfreaks.com/topic/75557-solved-php-cli-readwrite-files/
Share on other sites

Well, I think I solved it. I stopped the php as an Apache module, closed apache, and just ran the CLI.  Now it is working fine. Dont know why.

 

Maybe its because I am using the same php.exe for the apache module and for the cli.

 

Hope this helps someone.

 

Regards

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.