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
2 months 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
Rossana
12 days ago
Definitely. It's a good skill to have for web development projects.
upvoted 0 times
...
Alease
25 days ago
Yeah, it's all about using the right attributes and methods to handle form submissions in PHP.
upvoted 0 times
...
Willow
26 days ago
That makes sense. It's important to properly name and assign values to the buttons for PHP to determine which one was clicked.
upvoted 0 times
...
Marguerita
2 months ago
I think the answer is D) Assign name and value attributes to each button and use $_GET or $_POST to find out which button has been clicked.
upvoted 0 times
...
...
Pedro
2 months ago
Option A? Really? Who writes these questions, my grandma? Everyone knows an HTML form can have multiple submit buttons!
upvoted 0 times
Jesusita
1 months ago
Yeah, option A doesn't make sense at all.
upvoted 0 times
...
Marsha
1 months ago
I agree, using $_GET or $_POST is the way to go.
upvoted 0 times
...
Tien
1 months ago
I think option D is the correct answer.
upvoted 0 times
...
...
Blondell
3 months 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 months ago
It's always good to know the different options available, but PHP can definitely handle this task efficiently.
upvoted 0 times
...
Carisa
2 months ago
Using JavaScript might be unnecessary in this case. PHP can handle it just fine.
upvoted 0 times
...
Rusty
2 months ago
Option D is the correct answer. You can use $_POST to determine which button was clicked.
upvoted 0 times
...
...
Elise
3 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
Kate
26 days ago
Agreed! It's all about thinking outside the box when it comes to coding.
upvoted 0 times
...
Ty
27 days ago
Definitely! Sometimes you have to get creative with your approach to solve a problem.
upvoted 0 times
...
Levi
28 days ago
That's a clever workaround! It's always interesting to find solutions like that.
upvoted 0 times
...
Dallas
1 months ago
Yes, Option C is the correct choice. Putting the buttons in separate forms with the same name will help determine which one was clicked.
upvoted 0 times
...
Kris
1 months ago
No problem! Glad I could help. Option D is definitely the way to go in this case.
upvoted 0 times
...
Annmarie
1 months ago
Oh, I see. Thanks for clarifying that! Option D it is then.
upvoted 0 times
...
Santos
1 months ago
Actually, Option D is the way to go. You can use $_GET or $_POST to find out which button was clicked.
upvoted 0 times
...
Kenneth
1 months ago
I think Option D is the correct way to determine which button was clicked.
upvoted 0 times
...
...
Polly
3 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
3 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
3 months ago
I always thought you could only have one submit button on a form.
upvoted 0 times
...
...
Veronika
3 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
3 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
3 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