Re: Creating a webpage from an HTML form via PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mike Milligan wrote:
> I'm have a PHP created HTML form that I want a user to be able to enter
> data
> into, then see it as the PHP/HTML will format it, then post it to an HTML
> file.
>  I've been trying all day to find something similar on your site, but to
> no
> avail.
>
> I am really new to PHP so I may not have done things the easy way.  The
> code
> below outputs the proper data, but it does it without user concent.  I'd
> like
> to have the user review what they typed prior to posting it to dates.htm.

In stage one, use a <INPUT TYPE="HIDDEN" NAME="CONFIRMED" VALUE="0"

Then, in the review page, change the 0 to 1, so you know they have seen it
and confirmed it.


-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux