Chaitanya Lakshmi
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook
  • About Me
  • Job Duties
  • Knowledge Blog
  • Applications
  • Contact Us
    • Linked In
    • Facebook

Consider the following form and subsequent script. What will the script print out if the user types the word “php” and “great” in the two text boxes respectively?

2/27/2012

0 Comments

 
<form action="index.php" method="post">

<input name="element[]">

<input name="element[]">

</form>

<?php

echo $_GET['element'];

?>


  • Nothing
  • Array
  • A notice
  • phpgreat
  • greatphp
  • I don’t know
Answer:
A notice

0 Comments



Leave a Reply.

    Author

    Write something about yourself. No need to be fancy, just an overview.

    Archives

    February 2012

    Categories

    All
    General
    Krds
    Phponweb

    RSS Feed

Powered by Create your own unique website with customizable templates.