Re: [PHP-DB] Getting data from a page which isn't a form

2002-04-28 Thread Janet Valade
If you have a form on your confirm page, with no text fields, just the submit button, you can use hidden fields in the form to pass the variables on. --Janet - Original Message - From: "Kim Kohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 6:27 PM Subject:

Re: [PHP-DB] Getting data from a page which isn't a form

2002-04-28 Thread Jason Wong
On Monday 29 April 2002 09:27, Kim Kohen wrote: > Hi all, > > I'm using PHP to retrieve data from a form and pass it to a 'confirm' page. > > Here the data is echoed and the user presses a 'confirm' button to finally > mail the information to us. This page is a basic html page (confirm.html) > wit