PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've been reading and playing with forms and submit buttons. What I would like to do is have "next" and "previous" submit buttons and then POST which button the user clicked. But without user input. Is there a better way to do this besides using 2 forms and two submit buttons for next and previous? The code below works, but it seems kludgy. Is there a more "standard" way to do this? Also, how would I get the two buttons to appear next to each other?