RE: [PHP-WIN] Multi-Task on PHP by submitting a form!

2001-08-20 Thread Asendorf, John
com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aliquando et insanire iucundum est > -Original Message- > From: Jack [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 2001 9:13 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Sub

Re: [PHP-WIN] Multi-Task on PHP by submitting a form!

2001-08-20 Thread Angie Tollerson
Jack, Yes, you can do as many things as you want in a php document before you have die() at the end :) Angie >>> "Jack" <[EMAIL PROTECTED]> 08/20/01 08:12AM >>> Dear all I was trying to get a user input form to insert to a mysql_database and e-mail to me! Is it possible to make php perform two t

[PHP-WIN] Multi-Task on PHP by submitting a form!

2001-08-20 Thread Jack
Dear all I was trying to get a user input form to insert to a mysql_database and e-mail to me! Is it possible to make php perform two task in one single submit button? The form will post the input --> mail.php. In the mail.php, i was thinking to add another process just after the mail process ha