Contact me at : hello[at]gauravjassal[dot]com
Recently I had to deploy two of my PHP projects to a IIS (Internet Information Service) on windows. Everything was working fine but one issue gave me a headache. And the issue was that php was not delivering emails. I did some research work and found that on windows we have to set sendmail_from address before sending email.
Just simply add this line before sending email.
ini_set("sendmail_from", "fromname@domain.com");
This extension notifies you with latest London underground tube updates. You can click on the browser button and check the status of any tube line.By default the extension updates the status in every 5 mins.
In the second example I am going to use Standard PHP Library (SPL) to notify all attendees about the party location change. SPL has 2 interfaces and a Class for Observer.
The Observer pattern defines a mechanism by which components can opt-in to receive messages when a target object changes its state. Its works similar to Listening to a Change event for a object or Trigger in a database
© 2008
Gaurav Jassal