How to easily redirect PHP output to a file

Tags:

Ever wanted to change where your PHP sends the output to a file instead of the browser? I have, and it involved changing every echo and other printing statemenet to fwrite. But there is a better solution to that… Tell me more You probably have heard, or even used, PHP's output buffering functions. When you normally do something like echo …

PHP on .NET?

Tags:

Originally posted in my old blog at My Opera Microsoft's ASP.NET has a lot of useful features, things you might want to have in PHP too. But you can't run PHP as a .NET language because Microsoft already has ASP.NET… or can you? It appears that some Czech programmers came up with this idea few years ago and they made …