- Impact
- 18
This is the code I have at the moment:
but instead of sending the value under the name "submit" it is sending the variables "submit_x" and "submit_y".
Is there any way of making it so that it will send a value when you click on it?
Thanks
Tom
Code:
<input type="image" src="../images/trolley.gif" padding="0" name="submit" value="<?php echo $button[$count]; ?>" />
but instead of sending the value under the name "submit" it is sending the variables "submit_x" and "submit_y".
Is there any way of making it so that it will send a value when you click on it?
Thanks
Tom





