How does that send a message to the user?
lamine:
You need to clarify "user" and "instant message". If you mean sending an
email to the email address entered, just use the mail functions.
http://php.net/manual/en/function.mail.php
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Christopher Scollo" <scollo@t...>
To: "professional php" <pro_php@p...>
Sent: Friday, May 18, 2001 10:20 AM
Subject: [pro_php] Re: Get the last insert with php
>
>
> mysql_insert_id():
> http://www.php.net/manual/en/function.mysql-insert-id.php
>
>
>
> On Fri, 18 May 2001, lamine sall wrote:
>
> > Hi dears,
> >
> > I'm building a simple application with php and mysql. When i get user
> > information(name, email, ...) from a form, a php sripts insert those
> > informations into th mysql db.
> >
> > Now a want to write to write a script which allows me to send a instant
> > message to the user.
> >
> > can someone knows how o do ????????
> >
> > Rega