| Posted by Peter van Schie on 07/14/05 16:47 
Dave Smithz wrote:
 > A PHP application I built has a section which lists a number of members to a
 > club whose names each appear with a check box beside them that can be
 > ticked.
 >
 > These check boxes are part of a form which amongst other submit buttons has
 > a one particular submit button that if checked will send the form data
 > (using GET) to a script that will email all the checked members.
 
 Hi Dave,
 
 If it only happens when quite some data is being sent through a GET
 request (i.e. many checkboxes), it might be that the limit of size of
 the GET request is being exceeded.
 As chotiwallah already suggested; try it with POST to be sure.
 
 --
 http://www.phpforums.nl
  Navigation: [Reply to this message] |