Hello everyone,
I would highly appreciate it if you someone can point my mistake in this. I have a very simple php script which post a single variable called email. I would like to test the POST method from browser by extending the query string like this:
http://localhost/email.php?email=&helloworld
here is my script:
Code:<?php $email = $_POST['email']; echo $email; ?>







Bookmarks