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 Quote 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? Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/26336-form-help/#findComment-120600 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.