Q:

What will be the value of the variable $input in the following PHP code?

belongs to collection: SESSION HANDLING IN PHP MCQ

0

What will be the value of the variable $input in the following PHP code?

<?php
    $input = "Swapna<td>Lawrence</td>you are really<i>pretty</i>!";
    $input = strip_tags($input,"<i></i>");
    ?>

  1. Swapna Lawrence you are really pretty!
  2. Swapna Lawrence you are reallypretty!
  3. Swapna Lawrence you are really pretty!
  4. Swapna Lawrence you are reallypretty!

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(d).Swapna Lawrence you are really<i>pretty</i>!

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

SESSION HANDLING IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
To validate an email address, which flag is to be ... >>
<< Which function is used to remove all HTML tags fro...