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

Oops, implmentation

implmentation

Web developer needed because current developer discontinued, Web Developer ...

Web Developer I have a website that I was functioning on with the developer for a very long time to build this site. They are no longer free/available to work on it and I really

Need help in file search engine crawler, Need help in File search engine cr...

Need help in File search engine crawler Want a web crawler to gather data on an continuous basis from different file hosting services and filter it. 1) Data will be used to p

I need help to develop drupal rooms, I need help to develop Drupal Rooms ...

I need help to develop Drupal Rooms I have a website I build it with Drupal for Rent apartments, I have five buildings in different places Every building have different capacity

Frames inside other frames, Here we will discuss how to divide frames into ...

Here we will discuss how to divide frames into distinct frames that means how to put horizontal frames in a vertical one & vice-versa. Here we will divide a frame in half horizonta

Prepare a custom website in php only, Prepare a Custom Website in PHP only....

Prepare a Custom Website in PHP only. Do Not propose any CMS for this software. I am also PHP developer. So please note that read cautiously then bid on this project. This is

Need help in responsive architectural portfolio, Responsive Architectural P...

Responsive Architectural Portfolio, HTML5 and jQuery We are seeking a new website to showcase our architectural projects. I have a good hint of exactly how I want the website

Onerror event handler, The onError event handler executes the indicated Jav...

The onError event handler executes the indicated JavaScript code or function onto the occurrence of an error event. It happens while an image or document causes an error throughout

Hosting, How to host php website

How to host php website

Python web framework with javascript experience, Python web framework with ...

Python web framework with JavaScript experience We need a pyramid developer for our website which is using Python Pyramid Framework with Node JS and mysql and redis as backend.

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