I don't think there's ever a good reason to disable the "Back" button
in a web application. If you think it necessary, it's time to rethink
your process.

That said, there are ways to handle it on the back end so that the
user can't submit twice. Have you considered setting a session value
at a point that allows creating the account, and then clearing the
value once the account has been created?

Otherwise someone could just clear their session data and go back to
add more accounts.

-Brian D.

[snip]

-- 
realm3 web applications [realm3.com]
freelance consulting, application development
phone: (917) 512-3594
fax: (440) 744-3559
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to