Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Zend Exam 200-710 Topic 3 Question 39 Discussion

Actual exam question for Zend's 200-710 exam
Question #: 39
Topic #: 3
[All 200-710 Questions]

An HTML form has two submit buttons. After submitting the form, how can you determine with PHP which button was clicked?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Maybelle
14 days ago
I heard the exam committee was trying to stump the candidates with a 'trick question', but they ended up tripping over their own feet. Guess they need to work on their HTML-PHP integration skills.
upvoted 0 times
...
Pedro
18 days ago
Option A? Really? Who writes these questions, my grandma? Everyone knows an HTML form can have multiple submit buttons!
upvoted 0 times
...
Blondell
29 days ago
Option B seems logical, but why would we want to use JavaScript when we can do it all with PHP? That's like using a sledgehammer to crack a nut.
upvoted 0 times
Yan
2 days ago
It's always good to know the different options available, but PHP can definitely handle this task efficiently.
upvoted 0 times
...
Carisa
8 days ago
Using JavaScript might be unnecessary in this case. PHP can handle it just fine.
upvoted 0 times
...
Rusty
9 days ago
Option D is the correct answer. You can use $_POST to determine which button was clicked.
upvoted 0 times
...
...
Elise
1 months ago
I'm pretty sure Option C is correct. Putting the buttons in separate forms with the same name should work, right? Gotta love those workarounds!
upvoted 0 times
...
Polly
2 months ago
Option D is the correct answer. Assigning unique names and values to the submit buttons allows you to easily identify which one was clicked using PHP's superglobal arrays.
upvoted 0 times
Jillian
1 months ago
Actually, you can have multiple submit buttons and use unique names and values to determine which one was clicked with PHP.
upvoted 0 times
...
Stephaine
1 months ago
I always thought you could only have one submit button on a form.
upvoted 0 times
...
...
Veronika
2 months ago
I'm not sure, but I think C could also work. Putting the buttons in different forms with the same name.
upvoted 0 times
...
Nancey
2 months ago
I disagree, I believe the answer is B. You need to use JavaScript to add a value to the URL.
upvoted 0 times
...
Ettie
2 months ago
I think the answer is D. You can use $_GET or $_POST to determine which button was clicked.
upvoted 0 times
...

Save Cancel