|
Re: Automatic mail on PHP web page?
should be fairly easy to send an email as soon as someone accesses a php page. You would need to write a session cookie to store a value to avoid getting multiple emails eg if a user refreshes/submits the page this would coarse the page to send another email which you may not want
Does your web pages use any authentication? Could I ask what you need this for? Do you have a it connected to a database such as mysql? If so you could record it there rather than emails.
|