[PHP] How to save the result page generated by a Form?

2001-12-20 Thread Joe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a simple question. My Scenario: Page a.php - The Form The user insert his data (ie name, address, city and so on...)Then he submit the $ to b.php. Page b.php now shows : Hello Mr. $name , etc etc ... I nedd now to save what I see on the sreen

Re: [PHP] How to save the result page generated by a Form?

2001-12-20 Thread Stefan Rusterholz
I don't know if it matches your needs but perhaps it helps: http://www.php.net/manual/en/ref.outcontrol.php http://www.php.net/manual/it/ref.outcontrol.php this page isn't translated, but perhaps some subpages... good luck Stefan Rusterholz - Original Message - From: Joe [EMAIL

Re: [PHP] How to save the result page generated by a Form?

2001-12-20 Thread Webleycity
When one sends an email to an address in PHP, does any one out there no how to send to two or more email addresses. --- Mark Webley Multimedia design and development WebleyCity Limited London United Kingdom [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: [PHP] How to save the result page generated by a Form?

2001-12-20 Thread Martin Towell
separate the email address with, can remember which now, either a comma or a semicolon - try one, if it does work, it must be the other :) -Original Message- From: Webleycity [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 3:52 PM To: Stefan Rusterholz; Joe Cc: PHP Subject: