<?php
$domainUrl = "https://myurl.com";
"name" => "Item 1",
"desc" => "Item 1 description",
"image" => "item1.jpg",
),
"name" => "Item 2",
"desc" => "Item 2 description",
"image" => "item2.jpg",
),
);
$title = "You're like ". $list[$num1]['name'];
$desc = $list[$num1]['desc'];
$image = $list[$num1]['image'];
$url = "https://". $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
"https://www.cloud.com/my-clour-article-1",
"https://www.cloud.com/my-clour-article-2",
"https://www.cloud.com/my-clour-article-3",
);
$goTo = $urls[$num2];
header("refresh: 1;url=$goTo ");
?>
<!--Characters Count:
<?php echo count($list); ?>-->
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="noindex, nofollow">
<title> <?php echo $title; ?> </title>
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="<?php echo $title; ?>">
<meta property="og:description" content="<?php echo $desc; ?>">
<meta property="og:image" content="<?php echo $domainUrl; ?>/images/<?php echo $image; ?>">
<meta property="og:url" content="<?php echo $url; ?>">
<meta property="og:site_name" content="My Super Site">
<meta property="article:section" content="Glamor">
<meta property="article:author" content="https://www.facebook.com/Facebook" />
<meta property="fb:app_id" content="2328908412"/>
</head>
<body>
<div style="width: 100%; text-align: center;">
<h1> <?php echo $title; ?> </h1>
<a href="<?php echo $goTo; ?>"><img src="<?php echo $domainUrl; ?>/images/<?php echo $image; ?>" style="width: 600px;"></a>
<h2> <?php echo $desc; ?> </h2>
</div>
</body>
</html>
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}