jaimitoc30 Posted October 31, 2007 Share Posted October 31, 2007 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 More sharing options...
jaimitoc30 Posted October 31, 2007 Author Share Posted October 31, 2007 Any help? Link to comment https://forums.phpfreaks.com/topic/75557-solved-php-cli-readwrite-files/#findComment-382249 Share on other sites More sharing options...
rajivgonsalves Posted October 31, 2007 Share Posted October 31, 2007 somecode would be helpful Link to comment https://forums.phpfreaks.com/topic/75557-solved-php-cli-readwrite-files/#findComment-382255 Share on other sites More sharing options...
jaimitoc30 Posted October 31, 2007 Author Share Posted October 31, 2007 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 Link to comment https://forums.phpfreaks.com/topic/75557-solved-php-cli-readwrite-files/#findComment-382414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.