I’ve just found a nice tutorial on how to create SVG images with PHP. This is a great example, explained step by step on how to generate all kinds of images. And after you read it, you will see that this is not so hard as you might have tought.
You May Also Like
Importing large files into a MySQL database
- Laszlo Bodor
- January 20, 2010
From time to time i have to insert really large files into MySQL. And sometimes there are problems because you don’t have access to the mysql command line utility from…
How to add a Cancel button to Drupal forms
- Laszlo Bodor
- October 5, 2009
Sometimes we need to add a Cancel button to some of the forms we are working with in Drupal. Maybe you want the user to be redirected to another page…
PHP download script for big files
- Laszlo Bodor
- January 21, 2012
Today i had a task at one customer where a directory of files needed to be downloaded using a PHP script. For one strange reason the script failed and the…
How to avoid docx and xlsx turning into zip when downloaded
- Laszlo Bodor
- June 22, 2010
I run yesterday in a very interesting problem. On one website the client had some downloadable files in docx and xlsx format. But when downloaded with Internet Explorer the files…
The right CMS for the right job
- Laszlo Bodor
- March 7, 2009
I was trying different content management systems for a long time. And sometimes choosing one for a site is a difficult job. That is because we have plenty of packages…
Powermail file upload size
- Laszlo Bodor
- January 17, 2010
TYPO3’s Powermail extension has the ability to upload files. That’s cool. But what if you need to specify a limit on the file size so you don’t get 5 MB…