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

ffff

<form action="/php/tutorial/php_action_page1.php" method="get">
<input type="text" name="firstName" /><br />
<input type="text" name="lastName" /><br />
<input type="submit" />
</form>

<?php
First Name: <?php echo $_GET["firstName"]; ?><br />
Last Name: <?php echo $_GET["lastName"]; ?>
?>

testing

<?php
   echo "testing";
?>

xcvfvg

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

testando

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

hgfyufj

<?php
$c=0;$d=0;
function add($a,$b){
    $c=200;$d=500;
    $a=$c;
    $b=$d;
    return $a+$b;
    }
echo add($c,$d);
?>

yttyyyu

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

if ($get->execute()){ $fetch = $get->fetch(); $add = $fetch['guid'];

<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.