Git Codebase - Sn0wlink IT
Ticket Maker/admin
[...] Up Directory
admin.php
deleteall.php
index.php
layout.php
test.php
test.php
<?php function display() { echo "hello".$_POST["studentname"]; } ?> <html> <body> <form method="post" action="display()"> <input type="text" value='test' name="studentname"> <input type="submit" value="click"> </form> </body> </html>