Posted by
mike on
Jun 19th, 2009 |
no comments
Processing XSLT client-side isn’t for everyone, not all browsers support it, and out of those that do, there are a few that still don’t do it well.
Of course you have the option of Saxon or various Apache modules, but what if you want a little more control, from within your web application? Easy, PHP has an XSLT Processor “built in”.
Quick...
Posted by
admin on
Jun 19th, 2009 |
no comments
The point of this article is to demonstrate how to install and optimise Lighttpd, PHP5 and MySQL under Debian (My system runs ‘Etch’).
If you feel I’ve missed anything in this article, or have made an error, get in touch.
Ok, so let’s grab lighttpd, php and MySQL
apt-get install lighttpd php5-cgi php5-cli php5-mysql mysql-server
You may want to add any other php modules...