Kelset Posted November 6, 2006 Share Posted November 6, 2006 ok I have a PHP array that displays images and I only show 10 at a time. Each image has three checkboxes for three differentsizes. The paging I do works fine but it is not submitting the form so the checkbox arrays are not being sent. So what I am doingnow is letting them check the sizes of the current images display and having them use the from submit button.Once they hit the button the images are loading into a session array and the next set of images is displayed. Is there a better wayto do this? Just wondering.Cheers!stephen Link to comment https://forums.phpfreaks.com/topic/26336-form-help/ Share on other sites More sharing options...
fenway Posted November 6, 2006 Share Posted November 6, 2006 Do you change the form when you page? Link to comment https://forums.phpfreaks.com/topic/26336-form-help/#findComment-120456 Share on other sites More sharing options...
Kelset Posted November 6, 2006 Author Share Posted November 6, 2006 No I use the page for displaying and storing the arraysCheers!Stephen Link to comment https://forums.phpfreaks.com/topic/26336-form-help/#findComment-120504 Share on other sites More sharing options...
fenway Posted November 6, 2006 Share Posted November 6, 2006 Post an example; I didn't mean if you reload the page, but rather if the actual FORM tag itself is being swapped too. Link to comment https://forums.phpfreaks.com/topic/26336-form-help/#findComment-120600 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.