Chaitanya Lakshmi
  • About Me
    • Knowledge Blog
    • Linked In
    • Facebook
  • Static
  • PHP
  • Drupal
  • JAVA
  • Learning Tutorials
  • Contact Us
  • About Me
    • Knowledge Blog
    • Linked In
    • Facebook
  • Static
  • PHP
  • Drupal
  • JAVA
  • Learning Tutorials
  • Contact Us

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.