This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blog:spring2016:cjann:journal [2016/05/02 17:12] – [May 2nd 2016] cjann | blog:spring2016:cjann:journal [2016/05/02 17:44] (current) – [May 2nd 2016] cjann | ||
---|---|---|---|
Line 704: | Line 704: | ||
Interestingly, | Interestingly, | ||
- | I did throw down some quick php code in windows to test fopen outside of our unix environment. I wasn't able to use php to create a file because of write permissions. So I whipped up some fast code to create a file with fopen and dump some plain text into it. There must be something more to writing and interpreting php code in windows. When I use the file address in the address bar of a browser all I see is a text version of the file. No output file is created. | + | I did throw down some quick php code in windows to test fopen outside of our unix environment. I wasn't able to use php to create a file because of write permissions. So I whipped up some fast code to create a file with fopen and dump some plain text into it. There must be something more to writing and interpreting php code in windows. When I use the file address in the address bar of a browser all I see is a text version of the file. No output file is created. |
+ | |||
+ | I did attempt to use the command here http:// | ||
+ | To execute the code from the command line. I got the error message " | ||
+ | |||
+ | Well obviously there' | ||
+ | |||
+ | I'll have to attempt to install required PHP tools when I get home. | ||
+ | |||
+ | Also, I may have potentially found a solution to my file permissions issue. There is a PHP function that changes the chmod values of a file! So, potentially, |