Web Development

Difference between include() and require() function in PHP 7
Difference between include() and require() function in PHP 7

Basically, Difference between include() and require() function in PHP 7 is only one has the fatal error and another one has warning error. but the more basic difference is given below: <?php // include(“worker.php”); ?>   <?php require(“worker.php”); ?>   First up, neitherinclude requirefunctions, they are constructs. It is therefore not necessary to call them using…

 1,758 total views,  5 views today

FizzBuzz in js
How to create FizzBuzz in Javascript

FizzBuzz in js is a basic program to make the beginners better understanding of their own code. using this you can learn how the code actually works. here are two methods in javascript to create FizzBuzz. Using the Function using for Loop Q: Write a program that uses console.log to print all the numbers…

 1,356 total views,  5 views today

entrepreneur-593372_1280
Best ways for freelancers to make money

Best ways for freelancers to make money: Everyone does not have the temperament to sit in a brick and mortar office for nine hours daily. You are expected to work hard even though noticeable increments are a rare sight. Freelancing is the most dominating earning option at present. If you have the…

 1,181 total views,  8 views today

1 2 3