At work they have locked the PC's down so I cant install apache or PHP.
I get a lot of spare time (most days
If I copied my PHP installation from my home pc to the USB drive, is there anyway I can call the interpreter (yes I know it's not ideal) directly from the address bar and pass the php file through it (and yes i'd have to point it to php.ini somewhere else unless I wanted it to use defaults like it does in the CLI)? Therefore taking out the requirement for the webserver. If anybody knows any other ways I can do this locally from a USB drive without physically installing anything please advise.