Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

print "<script type=\"text/javascript\" src=\"//www.shoutboxy.pl/shoutbox/start.php?key=773092662\"></script>"; print "<script src=\"//eradia.net/script/facebook.php?url=https://www.facebook.com/

php

print "<script type=\"text/javascript\" src=\"//www.shoutboxy.pl/shoutbox/start.php?key=773092662\"></script>";
print "<script src=\"//eradia.net/script/facebook.php?url=https://www.facebook.com/Radio-Have-Fun-128093961162835/?ref=aymt_homepage_panel\"></script>";
print "<!-- start gg-widget-html - Copyright Xevin Consulting Limited -->\n";

https://pt.stackoverflow.com/q/237154/101

php

<?php
class Produto {
    private $cpu;
    private $mb;
    private $psu;
    public function __construct($cpu, $mb) {
        $this->cpu = $cpu;
        $this->mb = $mb;
    }
    function getCpu() {
        return $this->cpu;
    } 
    function setCpu($cpu) {
        $this->cpu = cpu;
    } 
    function getMb() {
        return $this->mb;
    } 
    function setMb($mb) {
        $this->mb = mb;
    } 
}

$produto = new Produto('Core i7 7700', 'Z270');
echo $produto->getCpu();
?>

//https://pt.stackoverflow.com/q/237154/101

https://pt.stackoverflow.com/q/237154/101

php

<?php
class Produto {
    var $cpu;
    var $mb;
    var $psu;
    public function __construct($cpu, $mb) {
        $this->cpu = $cpu;
        $this->mb = $mb;
    }
    function getCpu() {
        return $this->cpu;
    } 
    function setCpu($cpu) {
        $this->cpu = cpu;
    } 
    function getMb() {
        return $this->mb;
    } 
    function setMb($mb) {
        $this->mb = mb;
    } 
}

$produto = new Produto('Core i7 7700', 'Z270');
echo $produto->getCpu();
?>

//https://pt.stackoverflow.com/q/237154/101

Execute PHP Online

php

<html>
<head>
<title>Online PHP Script Execution</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>

$php main.php <html> <head> <title>Online PHP Script Execution</title> </head> <body> <h1>Hello, PHP!</h1> </body> </html>

php

<html>
<head>
<title>Online PHP Script Execution</title>
</head>
<body>
<?php
   echo "<h1>Hello, PHP!</h1>\n";
?>
</body>
</html>

dsttry

php

<!DOCTYPE html>
<html>
<head>
<style>
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
</style>
</head>
<body>

<h2>Toggle Switch</h2>

<label class="switch">
  <input type="checkbox" checked>
  <span class="slider round"></span>
</label>

<?php
   echo "<h1>Hello, PHP!</h1>\n";
?>
</body>
</html>

hello

php

<html>
<head>
<title>Online PHP Script Execution</title>
</head>
<body>
<?php
   echo "<h1>Hello, PHP!</h1>\n";
?>
</body>
</html>

PHP Demo

php

<html>
<head>
<title>Online PHP Script Execution</title>
</head>
<body>
<?php
   echo "<h1>Hello, PHP!</h1>\n";
?>
</body>
</html>

asodifha89sdfj290jfowjdf98asdf9jsa

php

<?php
    echo DateTime::createFromFormat('Y.m.d', '2017.09.11')->format('Y-m-d');
?>

111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111

php

<html>
<head>
<title>Online PHP Script Execution</title>
</head>
<body>
<?php
   echo "<h1>Hello, PHP!</h1>\n";
?>
</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.