photo
Merry Christmas!
Merry Christmas to everyone from me and my cat Barney!
Coder, Writer, Maker, Mom
photo
Merry Christmas to everyone from me and my cat Barney!
php
FPDF is a nice little library for php that allows you to create PDFs on the fly. It’s great for all sorts of document, among them invoices. Until you try to use say a pound (£) or euro (€) sign. Basically the library itself does not support utf-8, so the moment
code
I just spent a good couple of minutes hitting my head against the wall, trying to figure out why a perfectly good .htaccess file suddenly stopped working. AuthName "Restricted Area" AuthType Basic AuthUserFile /YOUR_PATH/www/.htpasswd AuthGroupFile /dev/null require valid-user After commenting things out it seemed