nerdexam
Zend

ZF-100-500 · Question #17

You want to set the form method in post and action to / uc/zend.php when you are using the Zend_Form class. Which of the following code snippets will you use to accomplish the task?

The correct answer is A. <?php. See the full explanation below for the reasoning.

Question

You want to set the form method in post and action to / uc/zend.php when you are using the Zend_Form class. Which of the following code snippets will you use to accomplish the task?

Options

  • A<?php
  • B<?php
  • C<?php
  • D<?php

How the community answered

(43 responses)
  • A
    84% (36)
  • B
    9% (4)
  • C
    5% (2)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice