PHP libraries
These scripts are free to download and use, but please see my terms and conditions page for terms and conditions of their use.
![Download [Download]](../jslibs/dl.gif)
![View demonstration/instructions [Demo]](../jslibs/dm.gif)
html2textRenders HTML as text. Originally designed to construct text based email content from HTML pages, but useful for wherever text representations of HTML are required. Especially good when used with makeMIME.
![Download [Download]](../jslibs/dl.gif)
![View demonstration/instructions [Demo]](../jslibs/dm.gif)
makeMIMECreates multipart MIME emails, with support for text/HTML alternatives, multiple attachments, embedded images, priority, reply-to, Cc and Bcc.
![Download [Download]](../jslibs/dl.gif)
![View demonstration/instructions [Demo]](../jslibs/dm.gif)
giveMimeTypeAttempts to work out the MIME type of a file from its file extension. Can be used if your installation does not support 'mime_content_type'.
![Download [Download]](../jslibs/dl.gif)
![View demonstration/instructions [Demo]](../jslibs/dm.gif)
validateEmailValidates email addresses by checking with the relevant mail exchange servers that the email address really exists. Offers both validating and debugging modes.
![Download [Download]](../jslibs/dl.gif)
![View demonstration/instructions [Demo]](../jslibs/dm.gif)
ArabicToRomanConverts Arabic numbers (normal numbers) into Roman Numerals, and vice versa.
![Download [Download]](../jslibs/dl.gif)
![View demonstration/instructions [Demo]](../jslibs/dm.gif)
Questionnaire scoringCalculates questionnaire scores. Can be configured to give a custom title as well as custom responses to different scores, and can cope with single or multiple selection answers.
PHP systems
These are complete projects, not just a single PHP script.
![Download [Download]](../jslibs/dl.gif)
Movie databaseYour own private movie database. Allows you to manage your movie collections, with ratings and descriptions of movies and actors.
PHP utilities
These are not available for download, and are designed to be used here on this site.
Chords
Attempts to work out what musical chord is being played from a given set of notes or guitar strings.
Leap years
Works out what leap years are between given dates.