http://localhost/test/editformquestions.php#?formid=1
And
http://localhost/test/editformquestions.php?formid=1
I failed to retrieve $_GET['formid']
in the first one,why?
The content of test/editformquestions.php
is simply:
<?php
echo $_GET['formid'];
?>