how to fetch data from url in php properly

Solutions on MaxInterview for how to fetch data from url in php properly by the best coders in the world

showing results for - "how to fetch data from url in php properly"
Marvin
13 Aug 2017
1use <?php $_SERVER['REQUEST_URI'] ?> in action"" to get the data properly
Cian
07 Apr 2016
1Add action="<?php $_SERVER['REQUEST_URI']; ?>" if you dont know just copy and paste it
Alan
06 Mar 2016
1use <?php echo $_SERVER['REQUEST_URI']; ?> in action"" to get the data properly