Hi,
I'm a beginner programmer and I'm developing this web app, nothing major; the hardest part was writting to text file (not really hard...)
Anyways, my company policy doesn't allow us to install server softwares on computers. So now, I can't run the PHP code I wrote!!
I am wondering if there is anyway I can run PHP without installing or running any sort of server software.. Like I said, I'm using only the file read/write functions and the include() function. Everything else is XHTML
If there is no way the above can be done; what language can I use to read/write files without needing some sort of server?
Thanks, just point me in the right direction, I'll figure out the rest!