Thursday, 2 April 2015

Install WAMP and then execute first script




First one:

index.php

<?php
echo "HelloWorld";
?>
<!DOCTYPE html>
<html>
<body>
  <button type="button" href="'window.location="login.php"'">Click Me!</button>
</body>

</html>

No comments:

Post a Comment