<?php if (!empty($_SERVER['HTTPS'])) { echo 'HTTPS is enabled'; } else { echo 'HTTP is enabled'."\n"; } ?>
#include <stdio.h> int main() { int a, b, maximum; printf("Enter Two Integers\n"); scanf("%d %d", &a, &b); if(a == b){ printf("Both...
You can request any .np domain for free of cost according to your choice and business. You can register .com.np,...
<?php session_start(); if ( isset($_SESSION["last_visit"]) ) { echo "Date of last visit: "; echo date("j F Y, H:i:s", $_SESSION["last_visit"]); echo...
#include<stdio.h> int main() { int a, e, f, n; clrscr(); printf(" How many integer numbers : ") ; scanf("%d", &n);...