Posts Tagged ‘email’
Links for 2007-10-11
Thursday, October 11th, 2007I Love Competition
Tuesday, June 15th, 2004With Yahoo! Mail’s new basic service, I can now send 10MB messages and have 50MB more space while looking at a somewhat sleeker interface. This is no doubt precipitated by better offerings out there.
Broken Email Form
Tuesday, December 9th, 2003Don’t know how long my site’s email form has been broken. I just fixed it. This is the second time it broke. Both times I didn’t make any changes whatsoever to the source code prior to it breaking. I suspect that each time my hosting company upgrades their PHP to the latest version it messes up something somewhere.
Email Form Fixed
Sunday, June 29th, 2003Those of you whom have attempted to contact me using my site’s email form recently, please try again. It turns out the email form, which previously worked, weren’t passing variables to the script because of a change in my hosting company’s server configuration. In other words, I got your email messages but with no name, return address or body. I fixed the problem now after much digging around for solutions in PHP bulletin boards and script sites. I merely had to use $_POST in place of the old variables to get the form working again. Whew, there’s nothing like coding with one hand while cradling a baby and favoring bruised ribs all at once in 90 degree weather.