Skip to content

Instantly share code, notes, and snippets.

View miyurusankalpa's full-sized avatar
💭
how to quit vim?

Miyuru Sankalpa miyurusankalpa

💭
how to quit vim?
View GitHub Profile
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Acorn Aid Installation</title>
<style>
html,body {
margin: 10px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
@miyurusankalpa
miyurusankalpa / getbrowser.php
Last active August 19, 2023 15:33
Simple PHP Browser Detection
<?php
/* Forked from : http://php.net/manual/en/function.get-browser.php#101125
Version : 0.7 (Beta)
Author : Miyuru Sankalpa
New: Added Windows 10 detection and 64 bit detection
V0.6 : Added Support for MS Edge */
function getBrowser($u_agent)
{
//$u_agent = $_SERVER['HTTP_USER_AGENT'];