Differences between include(), require() and include_once(), PHP Web Programming

Assignment Help:

Question:

(a) What are the differences between include(), require() and include_once()?

(b) Convert the below if-elseif code to its equivalent switch case version:

$day = 'Wednesday';
if ($day == 'Monday') {
echo 'Wish you a fresh start!';
}
elseif ($day == 'Wednesday') {
echo 'Keep going. Good luck!';
}
elseif ($day == 'Friday') {
echo 'Happy weekend!';
}
else {
echo 'Good day!';
}

(c) Describe the two kinds of arrays supported by PHP and provide suitable code fragments to illustrate your answer?

(d) Write a function that returns the result of a basic arithmetic operation like addition, subtraction, multiplication and division based on two supplied operands passed as arguments. The function should accept two mandatory arguments, i.e. the first and second operands and a third optional argument for the operator (default operator value is addition).

(e) Consider the following PHP code:

for ($i=1; $i<=3; $i++)
{
for ($j=1; $j<=$i; $j++)
{
echo 'X';
}
echo '
';
}

The above code fragment uses a for loop construct to print out Output A. Using the While construct, rewrite the above code fragment to print out the same output.


Related Discussions:- Differences between include(), require() and include_once()

Web browser, A Web browser is software program which allows you to easily d...

A Web browser is software program which allows you to easily display Web pages & navigate the Web. The first graphical browser namely Mosaic, was developed in Illinois at the Natio

Need help -real estate website and mobile apps ios & android, Real Estate W...

Real Estate Website and Mobile apps(iOS & Android) High Level Project Description I am seeking to create user friendly mobile responsive Real Estate website as well as Mobile

What are the types of code declaration, Question: (a) What are the fou...

Question: (a) What are the four types of code declaration blocks you can use to write PHP? (b) Distinguish between the include() statement and the require() statement.

I want a web application which manages the schedule class, Web application ...

Web application I want a web application which manages the schedule classrooms the literature the courses tuition fees and I can input grades. All the above will interact. Ro

Need small php help, Small php help, Need php help I already have some p...

Small php help, Need php help I already have some php files with working code I am seeking someone to modify to get desired results. I will be checking results simultaneously

Want help of seo for existing website, SEO FOR EXISTING WEBSITE We are i...

SEO FOR EXISTING WEBSITE We are in search of an expert who will do the SEO for an existing website. The website is hosted in a third party server not ours. The client wants his

We are in need of magento developer, We are in need of Magento Developer ...

We are in need of Magento Developer A appreciated company, specialized in Web marketing is searching for a well skilful expert Magento developer Desired Skills are PHP, Magen

Needed web design and programming for small project, Web Design/Programming...

Web Design/Programming (small project) Seeking strong CSS/HTML/Bootstrap skills for a small update to an existing webpage. Existing page wants overall UI updates/content mark

We need help to edit php code, We need help to edit php code Website wan...

We need help to edit php code Website wants editing and support in php Change notifications,logins as well as some other functionalities. Project to be discussed in more detail.

We are seeking an experienced web developer, We are seeking an experienced ...

We are seeking an experienced web developer with the following skills- a) Front-end development (HTML5/CSS3) b) Front-end scripting and common libraries (Javascript, JQuery)

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd