Gunder wrote:Hello everyone, I was thinking about learning PHP. I can get it set up and working on my home machine no problem. But I do a fair amount of coding on my personal projects while I'm at work (during my breaks, lunch so on). Well there is no way I could install PHP and everything I need it on my work machine so I was wondering if there was anywhere I could do PHP online? I type in the code into a form, submit it and it's executed. I know it's probably a lot to ask but is there anything like that available anywhere?
-Gunder
If you have access to a php server on your work's localhost
this is what i would do.
Use USB memory stick.
This way you can take your php stuff/files with you. And back home.
It is even possible to install Server+PHP into a USB memory stick
and start this server on a localhost port and access scripts, /htdocs/ in the USB.
I have done this myself.