|
Posted by tg-php on 10/21/06 11:28
Nope.. you're pretty much stuck using Javascript or processing it all on the back end with PHP as you described. You could store the data in a database or a $_SESSION variable but without using something client-side, you're going to have to juggle it all with PHP.
-TG
= = = Original message = = =
Hi,
I'd like to have a non-Javascript based general purpose "Are you quite Sure?" PHP form submitter, conventionally done using the Javascript Onsubmit Event.
One way would be to store all the Form Variables in hidden fields generated by a foreach $_POST but anyone have anything simpler?
--
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/
___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.
Navigation:
[Reply to this message]
|