Question on a php script

I have a php directory script. The person who made it didn't include
something that will notify me by email if a link has been submitted.

Does anyone know a simple php command so that it will send me an email
when submits a link?


Any help would be appreciated.


John
John [ Mi, 26 September 2007 21:15 ] [ ID #1829829 ]

Re: Question on a php script

John wrote:
> I have a php directory script. The person who made it didn't include
> something that will notify me by email if a link has been submitted.
>
> Does anyone know a simple php command so that it will send me an email
> when submits a link?
>
>
> Any help would be appreciated.
>
>
> John

Check out either the mail() function or phpmail package. Something like
that should be easy to implement with either.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Mi, 26 September 2007 22:28 ] [ ID #1829831 ]
PHP » alt.php » Question on a php script

Vorheriges Thema: Capturing IP addresses.
Nächstes Thema: Want to learn php