Q:

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

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)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now