Passing a form value, writing to page

liunx

Guest
On this page (<!-- m --><a class="postlink" href="http://www.wepay.com">http://www.wepay.com</a><!-- m -->), I think that is Pyro's form email script I am using. When someone fills in a donation, could it (or something) do this...<br />
<br />
1. Pass the value of the donation pledge<br />
2. Pass the name of the person, extract the first name and first initial of the last name<br />
3. And write this to a table in my page? Or another page if need be.<br />
<br />
So that I would end up with a "list" of donation pledges. Or maybe the last five or whatever.<!--content-->Are you using php to do it?<!--content-->Originally posted by PeOfEo <br />
Are you using php to do it? <br />
<br />
It is pyro's mailer.php script. Which works great.<!--content-->Ok, well I dont know php :( sorry. But you are going to need to eaither query string and redirect the user to the next page with something like thanks.php?somevariable=something&something=something for the url. Pyro will show you how to do that I guess, one more thing is visible and invisible objects just put the value into a hidden text box or something and then make the thank you visible and his text invisible.<!--content-->
 
Back
Top