Hello,
Laravel is open-source, one of the highly used modern web application frameworks that design customized web applications quickly and easily. It has a unique architecture, where it is possible for developers to create their own infrastructure that is specifically designed for their application. Laravel attempts to take common tasks used in the majority of web projects, such as authentication, routing, sessions and caching. So, it is...
User Profile
Collapse
-
Hello
firstly you have to assign value $priv and you can use == instead of === because of === check value with their datatype.
For more information you can refer following:
https://www.w3schools.com/php/keywor...from%20running.
https://www.tutorialspoint.com/php/php_functions.htm...Leave a comment:
-
Leave a comment:
-
How to implement mini-profiler in .net mvc?
How to implement mini-profiler in .net mvc? -
How to create shared library in .NET core?
How to create shared library in .NET core? -
Hello,
Declaration of function is not proper, use long fact(int a) or you can declare function globally outside the main function.
Code:#include <stdio.h> #include <conio.h> long fact(int a) ; void main () { int a; long f; clrscr(); printf ("\n Enter a Number : "); scanf ("%d",&a);
Leave a comment:
-
How to implement Microfrontends with blazor web assembly?
How to implement Microfrontends with blazor web assembly? -
Hello,
May this helps you:
https://www.geeksforgeeks.org/sortin...bubble-sort-2/
https://www.w3resource.com/c-program...xercise-12.php...Leave a comment:
-
-
-
Hello,
write #include<stdio. h> instead of #include<'stdio .h'>.There is no need to put a single quote in header fileLeave a comment:
-
Hi,
Your code is perfectly working for any number of letter and it reverse string.
you can try below method for reverse string:
https://www.geeksforgeeks.org/getline-string-c/...Leave a comment:
-
Hello,
config file is a xml based configuration file used in ASP.NET based application to manage various settings that concerned with configuration of our website.ASP.NET Configuration system is used to describe the properties and behaviors of various aspects of ASP.NET applications. Configuration files help you to manage the many settings related to your website. Each file is an XML file (with the extension .config) that contains...Leave a comment:
-
Hello,
For this you have to find unique element in second array. for finding unique element refer following site:
https://www.geeksforgeeks.org/print-...integer-array/
For finding unique element in second array which are not present in first array refer following site:
https://www.geeksforgeeks.org/find-e...ay-not-second/
Thank ...Leave a comment:
-
New enhanced DNS features in Azure Firewall
New enhanced DNS features in Azure Firewall -
Hello,
you can refer following syntax for your program:
Initialize total and counter as follow
Code:int total=0; int counter=0; int grade=0; int average=0;
Code:cin>>grade;
Code:while (sentinel) { cin>>grade; total=total+grade; counter=counter+1;
Leave a comment:
-
Hey
The best practice is to put the <script> tags at the end of the document body so they don't block rendering of the page. But If there are active components on your page which are using external scripts,
then their dependency (js files) should come before that (ideally in head tag).Leave a comment:
-
How to use repository pattern in Asp.net mvc?
How to use repository pattern in Asp.net mvc? -
Hey,
Try Below code:
Code:<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .switch input { opacity: 0; width: 0; height:
Leave a comment:
-
Hey
simply ,you can use if-else leader and check condition in if statement.
Code:if(i==0) { n=2; } else if(i==1) { n=12; } else if(i==2) { n=5*5; } else if(i==3) { n=28; } else { n=0; }
Leave a comment:
No activity results to display
Show More
Leave a comment: