The mail function in PHP allows you to send a plain text email in a single function call from within your script but please read the cautions at the end of this post before you do so!. How do you send out something in HTML format, though?
The mail function takes an additional (fourth) parameter of ....
Are you displaying data that's held in an SQL database from within your own PHP program for the first time? Perhaps you have access to a database that's setup / implemented through a standard open source application such as phpBB, the Simple Machines Forum, or Movable Type or be a colleague?
Here ....
To Chris and Delene - in the early hours of this morning, a daughter, Aeryn Cassandra. Baby doing well; this was always going to be a very complicated birth [some background]. I'm delighted to report that mother is doing far better than some of the possible scenarios. She should be well enough to ....
Radstock used to be a hub of railway activity - with the "Somerset and Dorset" carrying expresses such as "The Pines" from Manchester to Bournemouth through one station (Radstock North), and the line from Frome to Bristol via Radstock (West) and Pensford the other - the two routes parallel through t ....
It's a long time - a very long time - since I posted about the Federation of Small Businesses. Once a keen local supporter and committee member, I was dismayed at how the organisation handled certain matters to which I was a spectator three years ago - have a look [here] if you wanted to be remind ....
What do I need to provide a train service?
A Railway line in working passenger order
Railway stations in working passenger order on that line
A Train operator willing to provide a service
A Train to provide that service
Significant Passenger flows that would use the service
Paths over the ....
A series of snippets / thoughts ... on such a variety of subjects that they can't be equated to any one type of sweet selection!
Votes for prisoners The press is full of public outrage at the potential of prisoners being given the vote, and the convenient excuse of "Europe" is being used to pass of ....
As always, I've written a sprinkling of new demonstrations amongst some well-trodden example during the PHP course I'm presenting this week:
There's a really short example of how you can call up another server from your own server - [here]. So much more can be made of the web by presenting and com ....
On 4th January, "the VAT rate goes up by 2.5%". With a typical annual inflation rate of between 3% and 4%, you may consider that to be a not-very-large increase - after all, it's only 8 or 9 months of inflation.
But hang on a minute. If I charge someone a 1000 pounds for something, and add on VAT ....
You can log pretty much any server data on a Linux or Unix system at regular intervals using a crontab job that adds a line onto the end of a file. That crontab job could be as simple as a shell command, or it could be a bash or perl script (the two most natural languages to choose for such a task) ....