Ok, here’s the deal: We need to simplify file uploads here at work, and the easiest way to do that is with a simple PHP script. I’d like to test things on a non-production server first, of course… And that’s where the problem hit. It just wasn’t working on the laptop, or the desktop machine. It would completely fail to detect a simple switch statement.
Finally I wrote a stupid little script to test really basic things. And it didn’t work on the laptop, or the desktop.
But it works on the server.
Continue reading