i need help on how to send notification to subscriber using PHP code
If they use a form, just make it post to a script, and in that script put:
mail("Your email", "My Subject", "Line 1\nLine 2\nLine 3");
I hope this is what you mean..
m3rlin