<html>
<head>
<title>PHP Traps #1</title>
</head>
<body>
<h1>#1 Easy starter</h1>
<h6>Use <a href="?show">$show</a> to view source.</h6>
Warning: include(control.php): failed to open stream: No such file or directory in /home/y4tgbL/prog.php on line 9
Warning: include(): Failed opening 'control.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php') in /home/y4tgbL/prog.php on line 9
<form method="post">
a: <input type="text" name="a" /><br />
b: <input type="text" name="b" /><br />
<input type="submit" value="Trap!" />
</form>
Warning: include(source.php): failed to open stream: No such file or directory in /home/y4tgbL/prog.php on line 18
Warning: include(): Failed opening 'source.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php') in /home/y4tgbL/prog.php on line 18
</body>
</html>