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()

Php database hlelp, I am working in php basic learner want to know how to c...

I am working in php basic learner want to know how to connect database

Need help in changes in current pos system, Changes in Current POS system ...

Changes in Current POS system We have a POS system now working fine. We need little addon function, field as well as reports to make it more perfect We likewise want the same

We are in need web app developer for api and scraping site, We are in need ...

We are in need Web app developer for api and scraping website For a website project I am in search of a part time developer Project The creation of a website as well as im

I want help for it developer, I want help for IT Developer needed - Benelux...

I want help for IT Developer needed - Benelux Region We are seeking an experienced web developer with the following skills 1) Front-end development (HTML5/CSS3) 2) Front-end

Help to create magento website for high end goods, Help to create Magento W...

Help to create Magento Website for High end goods Hello, please reply with a proposal that displays an plugins that may be needed that aren't standard with Magneto I am initi

Need help in web form designing tool, Web Form Designing Tool We are in ...

Web Form Designing Tool We are in search of a brilliant HTML, CSS & jQuery Developer who will be accountable for the development as well as deployment of Form Designing Template

I need re-development website, I need Re-development website Project Des...

I need Re-development website Project Description: All the functionality to you use for this website Skills required are .NET, MySQL, SQL, PHP, Website Design

Design a website in wordpress, Website using Wordpress I'm looking for s...

Website using Wordpress I'm looking for someone to design a website for me. I have example websites of what I'm looking for. Design Type: New Website Purpose of the Web

We are in need of javascript developer for game-changing, We are in need of...

We are in need of JavaScript Developer for game-changing Language App VidaLingua is the number one developer of multilingual dictionaries for mobile. Our apps are category leade

I need help to create a unique website, I need help to create a unique webs...

I need help to create a unique website I'm seeking a programmer with experience in PHP, Javascript as well as Jquery, MySql. I have most of the script ready as well as need a li

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