PHP email
Posted: Tue Mar 30, 2004 12:21 pm
First of all, I did tried this:
http://www.php.net/manual/en/ref.mail.php
But I could not find the solution.
I want to send out the results generated from the MySQL database.
For example:
Recoard #1, Regal China, 4 nights, $514, 5 star, Check Availability
Recoard #2, Victoria, 4 nights, $431, 5 star, Check Availability
when a visitor click the link "check availability" after the record he is interested in, it will direct visitors to a new page "display.php", it has more information of the record he/she chose.
I want to add a form in the "display.php" page, like the html feedback form.
However in the form I want to add into the "display.php", visitors will no longer need to input informatin that are generated from the database.
He need to add his/her contact info. and a short message, then press "submit".
What I will receive is not only contact info. and the possible message left by the visitor, but also information generated from the database.
So I can know which availability information he/she is asking for.
I was completely new to PHP and MySQL one month ago, with great effort of myself and help from you guys, I have managed to create a nice searchable and editable database.
And now I need the help from you again.
Any hint would be highly appreciated.
http://www.php.net/manual/en/ref.mail.php
But I could not find the solution.
I want to send out the results generated from the MySQL database.
For example:
Recoard #1, Regal China, 4 nights, $514, 5 star, Check Availability
Recoard #2, Victoria, 4 nights, $431, 5 star, Check Availability
when a visitor click the link "check availability" after the record he is interested in, it will direct visitors to a new page "display.php", it has more information of the record he/she chose.
I want to add a form in the "display.php" page, like the html feedback form.
However in the form I want to add into the "display.php", visitors will no longer need to input informatin that are generated from the database.
He need to add his/her contact info. and a short message, then press "submit".
What I will receive is not only contact info. and the possible message left by the visitor, but also information generated from the database.
So I can know which availability information he/she is asking for.
I was completely new to PHP and MySQL one month ago, with great effort of myself and help from you guys, I have managed to create a nice searchable and editable database.
And now I need the help from you again.
Any hint would be highly appreciated.