View Single Post
Old 12-20-2007, 06:25 PM   #8 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Perhaps because the if( $_POST['submit$i] ) is always checking $_POST[submit4]. You may want to put the submit button into a form control before expecting to have a $_POST in the first place. If you're generating all the 4 buttons in the same form, note that only one button will be available at a given point (e.g.: you can't set all the 4 post buttons to be available after posting the form).
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote