Installing Apache and PHP on Windows
Yesterday was the first time I installed apache and php on windows! The apache 2 installer worked out of the box, but I had 2 annoyances with php.
Read the rest of this entry »
Yesterday was the first time I installed apache and php on windows! The apache 2 installer worked out of the box, but I had 2 annoyances with php.
Read the rest of this entry »
The pear package Spreadsheet_Excel_Writer rocks. I include a file similar to excel.inc file in my scripts, and then send data as needed to the spreadshhet.
Read the rest of this entry »
This seems to work: (from the command line. php cli needs to be installed)
echo "<?php echo highlight_file('file.php'); ?>" | php -q > file.html
Upload the resulting file and link it to the post as appropriate.
I often need to format reports such as phonebooks. It’s hard to get any better than TeX, so I like to combine them
Read the rest of this entry »