On Thu, 29 Jun 2000 11:01:09 -0400, [EMAIL PROTECTED] told us
about:
>Hey everyone,
>
>I have a site where the users can add text to a form that will then
>go to database, and from that a "news page" will get it's
>information. Easy.
>
>But, my client wants a way to add the text, hit enter, then preview
>it with the ability to make changes before it goes live. After the
>preview/change process he can hit another submit button to have the
>info go live.
>
>I'm looking for ideas as to where to start. Is this possible? Do I
>need 2 tables, a beta table that is used before it goes live to the
>final table? I'd need to figure out how to get the record from the
>beta table to the live table.
>
>Any better/other ideas? All help or suggestions are appreciated on
>this one...
>
>Jeff F.
>
>---------------------------------------------------------------------
>---------
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_ta
>lk or send a message to [EMAIL PROTECTED] with
>'unsubscribe' in the body.
Use session variables, from the form where they enter the data, send
it to a processing page that will put all form vars into sessions
vars, so then it held in memory. Then display the article for them.
If they accept insert the session vars into the database. If they
want to change it, send them back to the 1st page to edit using the
session vars.
If you need further help contact me off the list, I can explain in
more detail or give examples.
-- Timothy C. Hill
-- [EMAIL PROTECTED]
-- 06/29/2000
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.