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

Total makeover of existing bilingual website with seo, Total makeover of ex...

Total makeover of existing bilingual website with SEO • Offer an eye-catching, multilingual, easy to navigate and searchable website template offering several interactive featur

Phpbb modifications for course type forum, PHPBB modifications (course type...

PHPBB modifications (course type forum) I want to create a different view/organization of the viewForum.php for my phpBB site. To support this change several changes needs to

We need a php developer for website, SanaSana Website Ecommerce website ...

SanaSana Website Ecommerce website using MySQL, Magento, PHP. There is several customization required for themes. Data has by now been procured. Desired Skills are MySQL Admi

App ios - scan qrcode, APP IOS - Scan QRCODE Project Description: We ...

APP IOS - Scan QRCODE Project Description: We need the one team with maximum availability, that indicates us what is required in the project, and configure our hardware as re

We need help to fix drupal 5.0 site, We need help to Fix Drupal 5.0 site. A...

We need help to Fix Drupal 5.0 site. Authorize.net not working We have a Drupal 5.0 site that abruptly isn't connecting with Authorize.net. Fundamentally, we are having some

Need assistance in wordpress and woocommerce design project, Need assistanc...

Need assistance in WordPress and WooCommerce Design Project We have five websites hosted on a Windows 2008 R2 Server running IIS. All five websites is running an ASP.net eCommer

Status bar, #question.please help source code to display status bar code .

#question.please help source code to display status bar code .

We need joomla-php-mysql developer, We Need Joomla-PHP-MySQL Developer W...

We Need Joomla-PHP-MySQL Developer We need a developer who can work on our website built on Joomla to focus. Candidate must be very strong in Joomla, PHP, MySQL Development.

We require a drupal developer, We require a Drupal developer I'm in sear...

We require a Drupal developer I'm in search of a skilled and experienced Drupal developer who can work with me on the following- a) Fix theme issues mainly related to CSS (Th

We need taking over development on our website, We need Taking over develop...

We need Taking over development on our website In search of a web developer with a great skill set. Our website is almost done. We want to add secured payment system, another bl

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