9
Nov/09
0

A Java Swing Application for Testing PHP Snippets

I’ve put together an application that lets you test PHP snippets without having to save them to a file. This should be useful to testing out built-in functions and regular expressions amongst other things. There’s also a built-in web server so you can see the results in your browser. The article talks through how I’ve put it together. There are links to download the application and it’s source code.

Read article...

Filed under: Java, PHP, Swing