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

2002-04-28 Thread Janet Valade
, 2002 6:27 PM Subject: [PHP-DB] Getting data from a page which isn't a form > 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 > ma

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

2002-04-28 Thread Kim Kohen
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) with some inline php which displays the relevant information. A

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

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

2002-04-28 Thread Kim Kohen
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) with some inline php which displays the relevant information. A