Question on a php script

Question on a php script

am 26.09.2007 21:15:44 von John

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

Re: Question on a php script

am 26.09.2007 22:28:23 von Jerry Stuckle

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@attglobal.net
==================