What will be the output of the following PHP code?         a) My name is Will Pitt I am great b) My name is not Will Pitt I am great c) My name is Will Pitt I am not great d) My name is not Will Pitt I am not great

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter4: Making Decisions
Section: Chapter Questions
Problem 5RQ: What is the output of the following code segment?intc=6,6=12;if(cd);Write(Green);WriteLine(Yellow);...
icon
Related questions
Question

What will be the output of the following PHP code?

 

    <?php

    $name = "What is your name?";

    if (preg_match("/name/"),$name)

    echo "My name is Will Pitt ";

    else

    echo "My name is not Will Pitt ";

    if (preg_match("/are/"))

    echo "I am great";

    else

    echo "I am not great";    

    ?>

 

a) My name is Will Pitt I am great

b) My name is not Will Pitt I am great

c) My name is Will Pitt I am not great

d) My name is not Will Pitt I am not great

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Passing Array as Argument
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,