| View previous topic :: View next topic |
| Author |
Message |
Peter Pitt
Joined: 20 May 2006 Posts: 114 Location: Egypt
|
| I'm a html beginner working with php and mysql. Is there a way to grab the results from form elements spawning in many pages with one single submit button ? |
| |
|
|
|
|
optomeb
Joined: 19 May 2006 Posts: 113
|
Ok, I have a little icon that a user can click on to do something right now. I want to change it from a link to a form, but keep the look. Is there a way to make the submit button a custom image? Or do I need to use JS to submit the form?
Peter Pitt: I'm not sure I understand your question, but it sounds like it would probably be better answered in ##php |
| |
|
|
Peter Pitt
Joined: 20 May 2006 Posts: 114 Location: Egypt
|
I have one big form and want to be able to brake it in multiple pages
So basically looking for a way to get the results and process them only when user preses the submit btn at the last page. |
| |
|
|
optomeb
Joined: 19 May 2006 Posts: 113
|
I would use a session, store the first page of values in the session, then the second, etc, etc.
Peter Pitt: then on the last page, use all the data. |
| |
|
|
Peter Pitt
Joined: 20 May 2006 Posts: 114 Location: Egypt
|
| Does the session way needs to be in a linear fashion. I mean can the user for example jump back to page 2 and change the results ? |
| |
|
|
optomeb
Joined: 19 May 2006 Posts: 113
|
| if you program it properly they can |
| |
|
|
Peter Pitt
Joined: 20 May 2006 Posts: 114 Location: Egypt
|
| Thanks. Will look into it. |
| |
|
|
|